Skip to content

Commit

Permalink
fix workspace templates e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Sep 2, 2024
1 parent 79dd97a commit 5910f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
browser
.clickLaunchIcon('filePanel')
.click('*[data-id="workspacesMenuDropdown"]')
.click('*[data-id="workspacecreate"]')
.click('*[data-id="workspacecreateTemplate"]')
.waitForElementPresent('*[data-id="create-remixDefault"]')
.scrollAndClick('*[data-id="create-remixDefault"]')
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')
Expand Down

0 comments on commit 5910f8a

Please sign in to comment.