You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/remix-ide-e2e/src/tests/ai_panel.test.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ module.exports = {
155
155
.assistantWorkspace('comment all function','mistralai')
156
156
.waitForElementVisible({
157
157
locateStrategy: 'xpath',
158
-
selector: '//div[contains(@class,"chat-bubble") and (contains(.,"Modified Files") or contains(.,"No Changes applied"))]',
158
+
selector: '//div[contains(@class,"chat-bubble") and (contains(.,"Modified Files") or contains(.,"No Changes applied") or contains(.,"No files modified"))]',
159
159
timeout: 60000
160
160
})
161
161
.waitForElementPresent({
@@ -203,7 +203,7 @@ module.exports = {
203
203
.assistantWorkspace('remove all comments','openai')
204
204
.waitForElementVisible({
205
205
locateStrategy: 'xpath',
206
-
selector: '//div[contains(@class,"chat-bubble") and (contains(.,"Modified Files") or contains(.,"No Changes applied"))]',
206
+
selector: '//div[contains(@class,"chat-bubble") and (contains(.,"Modified Files") or contains(.,"No Changes applied") or contains(.,"No files modified"))]',
207
207
timeout: 60000
208
208
})
209
209
.waitForElementPresent({
@@ -223,7 +223,7 @@ module.exports = {
223
223
.assistantWorkspace('remove all comments','anthropic')
224
224
.waitForElementVisible({
225
225
locateStrategy: 'xpath',
226
-
selector: '//div[contains(@class,"chat-bubble") and (contains(.,"Modified Files") or contains(.,"No Changes applied"))]',
226
+
selector: '//div[contains(@class,"chat-bubble") and (contains(.,"Modified Files") or contains(.,"No Changes applied") or contains(.,"No files modified"))]',
0 commit comments