File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,11 @@ def test_all_your_base_are_belong_to_us(self):
111
111
self .set_text_content ('%s(5)' % yt_chip , "BELONG" )
112
112
self .set_text_content ('%s(6)' % yt_chip , "TO" )
113
113
self .set_text_content ('%s(7)' % yt_chip , "US" )
114
- self .set_text_content ('%s(8)' % yt_chip , "" )
115
- self .set_text_content ('%s(9)' % yt_chip , "" )
114
+ self .set_text_content ('%s(8)' % yt_chip , "!" )
115
+ self .set_text_content ('%s(9)' % yt_chip , "!" )
116
+ self .set_text_content ('%s(10)' % yt_chip , "!" )
117
+ self .click_if_visible ("#dismiss-button" )
118
+ self .click_if_visible ('button[aria-label="Close"]' )
116
119
self .highlight ("#scroll-container" , loops = 5 , scroll = False )
117
120
self .highlight ('%s(1)' % yt_chip , loops = 1 , scroll = False )
118
121
self .highlight ('%s(2)' % yt_chip , loops = 1 , scroll = False )
You can’t perform that action at this time.
0 commit comments