We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2c225 commit f031355Copy full SHA for f031355
application/apache-superset/test.py
@@ -81,6 +81,7 @@ def test_ui():
81
page.wait_for_load_state()
82
83
# Verify SQL Lab response.
84
+ page.wait_for_timeout(1000)
85
locator = page.locator("body")
86
expect(locator).to_contain_text("42 rows")
87
expect(locator).to_contain_text("Monte Rosa")
0 commit comments