@@ -106,6 +106,7 @@ def test_all_your_base_are_belong_to_us(self):
106106 self .set_text_content ('nav a[data-text="Month"]' , "BELONG" )
107107 self .set_text_content ('nav a[data-text="Year"]' , "TO" )
108108 self .set_text_content ('nav a[data-text="Infinity"]' , "US" )
109+ self .click_if_visible ('button[id*="sponsorship-close-trigger"]' )
109110 self .set_text_content ('aside a[class*="tful"]' , aybabtu )
110111 self .set_text_content ('aside a[aria-label="Create new account"]' , ayb )
111112 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):
117118 self .set_text_content (".profile-preview-card button" , "SeleniumBase" )
118119 if self .is_element_visible ('h2 a[href*="simonh"]' ):
119120 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 )
122121 self .highlight ('[aria-label="Primary sidebar"] div div' , scroll = False )
123122 self .highlight ('nav a[data-text="Relevant"]' , loops = 1 , scroll = False )
124123 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):
129128 self .highlight ('nav a[data-text="Infinity"]' , loops = 3 , scroll = False )
130129 if self .is_element_visible ('h2 a[href*="simonh"]' ):
131130 self .highlight ('h2 a[href*="simonh"]' , loops = 7 , scroll = False )
131+ self .highlight ("section.crayons-card" , loops = 7 , scroll = False )
132132
133133 self .open ("https://azure.microsoft.com/en-us/services/playfab/" )
134134 self .remove_elements ('div[role="dialog"]' )
0 commit comments