Skip to content

Commit f2b568f

Browse files
authored
πŸ› [e2e] Fixes after new plus button (#7143)
1 parent 65e1ab2 commit f2b568f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

β€Žtests/e2e-playwright/tests/conftest.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ def _(plus_button_test_id: str) -> None:
591591
with log_context(
592592
logging.INFO, f"Find plus button {plus_button_test_id=} in study browser"
593593
):
594+
page.get_by_test_id("newPlusBtn").click()
594595
page.get_by_test_id(plus_button_test_id).click()
595596

596597
return _

β€Žtests/e2e/utils/auto.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ async function dashboardNewTIPlan(page) {
114114
async function dashboardStartSim4LifeLite(page) {
115115
console.log("Start Sim4Lite from + button");
116116

117+
await utils.waitAndClick(page, '[osparc-test-id="newPlansBtn"]');
117118
await utils.waitAndClick(page, '[osparc-test-id="startS4LButton"]');
118119
}
119120

0 commit comments

Comments
Β (0)