Skip to content

Commit

Permalink
👷 update LibCal footer elements for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
t4k authored Apr 16, 2024
1 parent 27cc733 commit c4f540a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def test_deploy(page: Page):
page.click("#s-la-app-menu a:text('LibCal')")
page.click("#s-lc-app-menu-adm a") # Admin
page.click("#s-lc-app-menu-adm a:text('Look & Feel')")
page.fill("#instfooter", html)
page.click("#instfooter ~ button")
page.fill("#footerCode", html)
page.click("#s-lc-code-save")
else:
for group in json.loads(os.environ.get("GROUPS"))["groups"]:
if variant == group["slug"]:
Expand Down

0 comments on commit c4f540a

Please sign in to comment.