Skip to content

Commit f9498e0

Browse files
committed
fix test
1 parent b91cc17 commit f9498e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e-playwright/tests/platform_CI_tests/test_platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_simple_folder_workflow(
6464

6565
page.goto(f"{product_url}")
6666
page.wait_for_timeout(1000)
67+
page.get_by_test_id("newPlusBtn").click()
6768
page.get_by_test_id("newFolderButton").click()
6869

6970
with page.expect_response(

0 commit comments

Comments
 (0)