Skip to content
Snippets Groups Projects
Commit 8772df04 authored by Ben Patterson's avatar Ben Patterson Committed by GitHub
Browse files

Merge pull request #13756 from edx/benp/flaky-textbook-tests

Stabilize textbook tests
parents adbe8afb b34600f1
No related branches found
Tags release-2021-05-17-22.28
No related merge requests found
......@@ -16,7 +16,7 @@ class TextbookUploadPage(CoursePage):
url_path = "textbooks"
def is_browser_on_page(self):
return self.q(css='body.view-textbooks').present
return self.q(css='.textbooks-list').visible
def open_add_textbook_form(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment