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 6af636a commit baa4f15Copy full SHA for baa4f15
apps/remix-ide-e2e/src/tests/ai_panel.test.ts
@@ -24,7 +24,7 @@ module.exports = {
24
// Conversation starter button with data id 'explain-editor' doesn't exist anymore
25
'Should explain the contract #group1': function (browser: NightwatchBrowser) {
26
browser
27
- .clickLaunchIcon('remixaiassistanteeee')
+ .clickLaunchIcon('remixaiassistant')
28
.waitForElementVisible('*[data-id="remix-ai-assistant-starter-0"]')
29
.click('*[data-id="remix-ai-assistant-starter-0"]')
30
.waitForElementVisible('*[data-id="remix-ai-assistant"]')
0 commit comments