Skip to content

Commit

Permalink
Merge pull request #143 from rstudio/kg_sel_race_conds
Browse files Browse the repository at this point in the history
adding a visiblity test and updating a tag
  • Loading branch information
kgartland-rstudio authored Dec 10, 2018
2 parents 9ca7e29 + 5edc8a1 commit 77d772e
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 77d772e

Please sign in to comment.