File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,6 @@ def push_message_input_field_is_visible(self):
79
79
def push_message_input_field_not_visible (self ):
80
80
return self .page .locator ("div.monaco-inputbox.idle" )
81
81
82
- @property
83
- def push_content_dialog_box (self ):
84
- return self .page .locator ("div > div.notifications-toasts.visible" )
85
-
86
82
@property
87
83
def generate_readme_button_is_visible (self ):
88
84
return self .page .get_by_text ("Generate README" , exact = True )
@@ -279,6 +275,7 @@ def gitpod_menubar_locator(self):
279
275
return self .page .locator ("div.menubar-menu-button" )
280
276
281
277
def click_gitpod_menubar (self ):
278
+ self .gitpod_menubar_locator .focus ()
282
279
self .gitpod_menubar_locator .click ()
283
280
284
281
@property
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ def test_readme_validate_other_features(
48
48
home .click_push_content_button ()
49
49
50
50
assert home .push_message_input_field_is_visible
51
- assert "Push Content: Pushing..." in home .push_content_dialog_box .inner_text ()
52
51
53
52
chrome_page .keyboard .press ("Escape" )
54
53
assert home .push_message_input_field_not_visible
You can’t perform that action at this time.
0 commit comments