@@ -106,6 +106,7 @@ def test_all_your_base_are_belong_to_us(self):
106
106
self .set_text_content ('nav a[data-text="Month"]' , "BELONG" )
107
107
self .set_text_content ('nav a[data-text="Year"]' , "TO" )
108
108
self .set_text_content ('nav a[data-text="Infinity"]' , "US" )
109
+ self .click_if_visible ('button[id*="sponsorship-close-trigger"]' )
109
110
self .set_text_content ('aside a[class*="tful"]' , aybabtu )
110
111
self .set_text_content ('aside a[aria-label="Create new account"]' , ayb )
111
112
self .set_text_content ('aside a[aria-label="Log in"]' , abtu )
@@ -117,8 +118,6 @@ def test_all_your_base_are_belong_to_us(self):
117
118
self .set_text_content (".profile-preview-card button" , "SeleniumBase" )
118
119
if self .is_element_visible ('h2 a[href*="simonh"]' ):
119
120
self .set_text_content ('h2 a[href*="simonh"]' , aybabtu )
120
- self .type ('input[name="q"]' , aybabtu )
121
- self .highlight ('input[name="q"]' , loops = 4 , scroll = False )
122
121
self .highlight ('[aria-label="Primary sidebar"] div div' , scroll = False )
123
122
self .highlight ('nav a[data-text="Relevant"]' , loops = 1 , scroll = False )
124
123
self .highlight ('nav a[data-text="Latest"]' , loops = 1 , scroll = False )
@@ -129,6 +128,7 @@ def test_all_your_base_are_belong_to_us(self):
129
128
self .highlight ('nav a[data-text="Infinity"]' , loops = 3 , scroll = False )
130
129
if self .is_element_visible ('h2 a[href*="simonh"]' ):
131
130
self .highlight ('h2 a[href*="simonh"]' , loops = 7 , scroll = False )
131
+ self .highlight ("section.crayons-card" , loops = 7 , scroll = False )
132
132
133
133
self .open ("https://azure.microsoft.com/en-us/services/playfab/" )
134
134
self .remove_elements ('div[role="dialog"]' )
0 commit comments