Home | History | Annotate | Download | only in functional

Lines Matching full:infobar

52     """Verify the "plugin crashed" infobar."""
69 # Dismiss the infobar
74 """Verify geolocation infobar properties.
76 Assumes that geolocation infobar is showing up in the given tab in the
91 """Verify geoLocation infobar."""
96 # Accept, and verify that the infobar went away
125 for infobar in infobars:
126 if (('text' in infobar) and
127 infobar['text'].startswith('Shockwave Flash has crashed')):
132 """Verify plugin crash infobar shows up only on the tabs using plugin."""
148 # Crash plugin infobar should show up in the second tab of this window
149 # so passing window and tab argument in the wait for an infobar.
153 # it should not have infobar popped-up
158 msg='Did not expect crash infobar in tab at index %d' % i)
162 msg='Expected crash infobar in tab at index %d' % i)
163 infobar = self.GetBrowserInfo()['windows'][0]['tabs'][i]['infobars']
164 self.assertEqual(infobar[0]['type'], 'confirm_infobar')
165 self.assertEqual(len(infobar), 1)
169 """Tests for one-click sign in infobar."""
200 """Perform an action on the infobar: accept, cancel, or dismiss.
202 The one-click sign in infobar must show in the first tab of the first
204 'cancel' then the infobar should be dismissed and never shown again. The
205 account will not be synced. If the action is 'dismiss' then the infobar will
209 action: The action to perform on the infobar.
216 """One-click sign in infobar appears after logging into google account.
227 msg='The one-click login infobar did not appear.')
230 """Verify one-click infobar appears after login into google account.
232 One-click infobar should appear after signing into a google account
238 """Verify one-click infobar does not appear again after clicking cancel.
240 The one-click infobar should not display again after logging into an
243 infobar does not show after login.
245 This test also verifies that the password infobar displays.
260 """Verify one-click infobar appears again after clicking dismiss button.
262 The one-click infobar should display again after logging into an
263 account and clicking to dismiss the infobar the first time.
265 This test also verifies that the password infobar does not display.
266 The one-click infobar should supersede the password infobar.
282 """Verify one-click infobar appears for each profile after sign-in."""
289 """Verify one-click infobar does not show when cookies are blocked.
303 """Verify one-click infobar still shows when window loses focus.
314 """Verify that one-click infobar does not show up in incognito mode."""