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 f031355 commit 6b57a14Copy full SHA for 6b57a14
application/apache-superset/test.py
@@ -81,9 +81,8 @@ 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")
+ # expect(locator).to_contain_text("42 rows")
87
expect(locator).to_contain_text("Monte Rosa")
88
89
# That's it.
0 commit comments