Skip to content

Commit

Permalink
adding a visiblity test and updating a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Dec 10, 2018
1 parent 9ca7e29 commit 5edc8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium/t/pages/main_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def rsconnect_publish(self):

@property
def rsconnect_notification(self):
return s(by.css("#notification_rsconnect"))
return s(by.css("#notification_rsconnect_jupyter"))
2 changes: 1 addition & 1 deletion selenium/t/test_publish_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def setup(self, browser_config, jupyter_url, notebook, connect_url):

# navigate to the notebook
browser.open_url(jupyter_url + notebook)

MainToolBar().rsconnect_publish.should(be.visible)
MainToolBar().rsconnect_publish.click()


Expand Down

0 comments on commit 5edc8a1

Please sign in to comment.