Skip to content

Commit f031355

Browse files
committed
fixup! Apache Superset: Adapt software tests for Superset 6
1 parent 8d2c225 commit f031355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/apache-superset/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def test_ui():
8181
page.wait_for_load_state()
8282

8383
# Verify SQL Lab response.
84+
page.wait_for_timeout(1000)
8485
locator = page.locator("body")
8586
expect(locator).to_contain_text("42 rows")
8687
expect(locator).to_contain_text("Monte Rosa")

0 commit comments

Comments
 (0)