mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
Fix user input
CDPR added additional RT menu items, breaking settings navigation.
This commit is contained in:
@@ -85,10 +85,9 @@ def navigate_settings() -> None:
|
||||
am.take_screenshot("graphics_1.png", ArtifactType.CONFIG_IMAGE, "graphics menu 1")
|
||||
|
||||
user.press("down")
|
||||
|
||||
rast = kerasService.wait_for_word("view", interval=1, timeout=2)
|
||||
if rast:
|
||||
press_n_times("up", 2, 0.2) #gets you to film grain
|
||||
time.sleep(0.5)
|
||||
user.press("down") #gets you to film grain
|
||||
time.sleep(0.5)
|
||||
|
||||
dlss = kerasService.wait_for_word("dlss", interval=1, timeout=2)
|
||||
if dlss:
|
||||
|
||||
Reference in New Issue
Block a user