Skip to content

Commit

Permalink
Merge pull request #210 from openstax/cat_mod
Browse files Browse the repository at this point in the history
amending qa test as per new cat icon and deleting unused test
  • Loading branch information
omehes authored Aug 7, 2024
2 parents f6b521a + fff4f11 commit 5ebb19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 137 deletions.
6 changes: 3 additions & 3 deletions tests/ui/content/test_content_validation_all_book_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_content_validation_all_book_repos(
# run the test: pytest -k test_content_validation_all_repos.py tests/ui --github_user xxx --github_password yyy
# --github_token zzz > validation.log

# As per github changes, modified on November 30, 2023
# Updated: August 7th, 2024

sign_in_button_selector = "input.btn.btn-primary.btn-block.js-sign-in-button"

Expand All @@ -37,10 +37,10 @@ def test_content_validation_all_book_repos(
else:
home.click_workspace_continue_button()

# THEN: openstax extension launches and icon appears
if not home.openstax_icon_is_visible:
print("No openstax icon")
else:
home.click_cat_icon()
home.click_openstax_icon()

# THEN: TOC Editor and book list dropdown is visible
Expand Down Expand Up @@ -105,7 +105,7 @@ def test_content_validation_all_book_repos(
if not home.openstax_icon_is_visible:
print("No openstax icon")
else:
# THEN: openstax extension launches and icon appears
home.click_cat_icon()
home.click_openstax_icon()

# THEN: TOC Editor and book list dropdown is visible
Expand Down
134 changes: 0 additions & 134 deletions tests/ui/content/test_problems_tab_all_repos.py

This file was deleted.

0 comments on commit 5ebb19d

Please sign in to comment.