-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
three rex-web tests converted to playwright #2391
Conversation
fd69977
to
d798708
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me
@pytest.fixture | ||
def abl_approved(): | ||
"""Return list of dictionaries of approved books in ABL json""" | ||
abl_url = "https://corgi.ce.openstax.org/api/abl/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting... there's another list at https://raw.githubusercontent.com/openstax/content-manager-approved-books/main/approved-book-list.json that Exercises uses
converting or rewriting selenium tests into playwright: https://openstax.atlassian.net/browse/CORE-775