Skip to content

Commit

Permalink
πŸ’š wait for libapps menu
Browse files Browse the repository at this point in the history
  • Loading branch information
t4k authored Oct 3, 2024
1 parent 4716395 commit aa5cc99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def test_deploy(page: Page):
page.fill("#s-libapps-email", os.environ.get("USERNAME"))
page.fill("#s-libapps-password", os.environ.get("PASSWORD"))
page.click("#s-libapps-login-button")
libapps_menu = page.locator("#s-lib-app-anchor")
libapps_menu.wait_for()
for item in os.scandir("artifacts"):
page.goto("/libapps/admin")
page.click("#s-lib-app-anchor")
Expand Down

0 comments on commit aa5cc99

Please sign in to comment.