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 = {
2525 'Should contain message starters #group1' : function ( browser : NightwatchBrowser ) {
2626 browser
2727 . 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"]' )
3030 . waitForElementVisible ( '*[data-id="remix-ai-assistant"]' )
31- . waitForElementVisible ( {
32- locateStrategy : 'xpath' ,
33- selector : '//*[contains(@class,"chat-bubble") and contains(.,"What is a modifier?")]'
34- } )
3531 . waitForElementPresent ( {
3632 locateStrategy : 'xpath' ,
3733 selector : "//*[@data-id='remix-ai-streaming' and @data-streaming='false']" ,
You can’t perform that action at this time.
0 commit comments