File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,9 @@ const tests = {
25
25
'Should contain message starters #group1' : function ( browser : NightwatchBrowser ) {
26
26
browser
27
27
. clickLaunchIcon ( 'remixaiassistant' )
28
- . waitForElementVisible ( '*[data-id="remix-ai-assistant-starter-0"]' )
29
- . click ( '*[data-id="remix-ai-assistant-starter-0"]' )
28
+ . waitForElementVisible ( '*[data-id="remix-ai-assistant-starter-beginner- 0"]' )
29
+ . click ( '*[data-id="remix-ai-assistant-starter-beginner- 0"]' )
30
30
. waitForElementVisible ( '*[data-id="remix-ai-assistant"]' )
31
- . waitForElementVisible ( {
32
- locateStrategy : 'xpath' ,
33
- selector : '//*[contains(@class,"chat-bubble") and contains(.,"What is a modifier?")]'
34
- } )
35
31
. waitForElementPresent ( {
36
32
locateStrategy : 'xpath' ,
37
33
selector : "//*[@data-id='remix-ai-streaming' and @data-streaming='false']" ,
You can’t perform that action at this time.
0 commit comments