Skip to content

Commit baa4f15

Browse files
committed
reset test
1 parent 6af636a commit baa4f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/ai_panel.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
// Conversation starter button with data id 'explain-editor' doesn't exist anymore
2525
'Should explain the contract #group1': function (browser: NightwatchBrowser) {
2626
browser
27-
.clickLaunchIcon('remixaiassistanteeee')
27+
.clickLaunchIcon('remixaiassistant')
2828
.waitForElementVisible('*[data-id="remix-ai-assistant-starter-0"]')
2929
.click('*[data-id="remix-ai-assistant-starter-0"]')
3030
.waitForElementVisible('*[data-id="remix-ai-assistant"]')

0 commit comments

Comments
 (0)