Skip to content

Commit a14b3ac

Browse files
committed
Add a bit of sleep so the guide blocking sticks
1 parent 9878bce commit a14b3ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/spix/smoke_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def test_start_app(app, screenshot_path, extra, process_alive):
100100

101101
app.invokeMethod("mainWindow/toursController", "blockGuides", [])
102102

103+
time.sleep(1)
104+
103105
app.takeScreenshot("mainWindow", os.path.join(screenshot_path, "startup.png"))
104106
assert process_alive()
105107
extra.append(extras.html('<img src="images/startup.png"/>'))

0 commit comments

Comments
 (0)