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 b91cc17 commit f9498e0Copy full SHA for f9498e0
tests/e2e-playwright/tests/platform_CI_tests/test_platform.py
@@ -64,6 +64,7 @@ def test_simple_folder_workflow(
64
65
page.goto(f"{product_url}")
66
page.wait_for_timeout(1000)
67
+ page.get_by_test_id("newPlusBtn").click()
68
page.get_by_test_id("newFolderButton").click()
69
70
with page.expect_response(
0 commit comments