@@ -10,7 +10,6 @@ def test_all_your_base_are_belong_to_us(self):
10
10
aybabtu = "%s %s" % (ayb , abtu )
11
11
sb_banner_logo = "//seleniumbase.io/cdn/img/sb_logo_10.png"
12
12
sb_dashboard_logo = "//seleniumbase.io/img/dash_pie_3.png"
13
- yt_chip = "#chips yt-chip-cloud-chip-renderer:nth-of-type"
14
13
wiki = "https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us"
15
14
16
15
self .open (wiki )
@@ -100,29 +99,6 @@ def test_all_your_base_are_belong_to_us(self):
100
99
self .highlight ('a[href*="w/signup"] span' , loops = 6 , scroll = False )
101
100
self .highlight ('a[href*="w/signup"]' , loops = 6 , scroll = False )
102
101
103
- self .open ("https://www.youtube.com/" )
104
- self .set_text_content ("%s(1)" % yt_chip , "ALL" )
105
- self .set_text_content ("%s(2)" % yt_chip , "YOUR" )
106
- self .set_text_content ("%s(3)" % yt_chip , "BASE" )
107
- self .set_text_content ("%s(4)" % yt_chip , "ARE" )
108
- self .set_text_content ("%s(5)" % yt_chip , "BELONG" )
109
- self .set_text_content ("%s(6)" % yt_chip , "TO" )
110
- self .set_text_content ("%s(7)" % yt_chip , "US" )
111
- self .set_text_content ("%s(8)" % yt_chip , "!" )
112
- self .set_text_content ("%s(9)" % yt_chip , "!" )
113
- self .set_text_content ("%s(10)" % yt_chip , "!" )
114
- self .click_if_visible ("#dismiss-button" )
115
- self .click_if_visible ('button[aria-label="Close"]' )
116
- self .highlight ("#scroll-container" , loops = 5 , scroll = False )
117
- self .highlight ("%s(1)" % yt_chip , loops = 1 , scroll = False )
118
- self .highlight ("%s(2)" % yt_chip , loops = 1 , scroll = False )
119
- self .highlight ("%s(3)" % yt_chip , loops = 3 , scroll = False )
120
- self .highlight ("%s(4)" % yt_chip , loops = 1 , scroll = False )
121
- self .highlight ("%s(5)" % yt_chip , loops = 1 , scroll = False )
122
- self .highlight ("%s(6)" % yt_chip , loops = 1 , scroll = False )
123
- self .highlight ("%s(7)" % yt_chip , loops = 3 , scroll = False )
124
- self .highlight ("#scroll-container" , loops = 7 , scroll = False )
125
-
126
102
self .open ("https://github.com/features/actions" )
127
103
self .set_text_content ('a[href="/team"]' , ayb )
128
104
self .set_text_content ('a[href="/enterprise"]' , abtu )
0 commit comments