mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 20:28:25 -04:00
fix
This commit is contained in:
@@ -174,16 +174,19 @@ def handle_no_existing_template_case(page):
|
|||||||
check_axe_report(page)
|
check_axe_report(page)
|
||||||
|
|
||||||
# TODO staging starts failing here, fix.
|
# TODO staging starts failing here, fix.
|
||||||
dashboard_button = page.get_by_text("Dashboard")
|
print(page)
|
||||||
expect(dashboard_button).to_be_visible()
|
print(page.content)
|
||||||
dashboard_button.click()
|
activity_button = page.get_by_text("Activity")
|
||||||
|
expect(activity_button).to_be_visible()
|
||||||
|
activity_button.click()
|
||||||
|
|
||||||
# Check to make sure that we've arrived at the next page.
|
# Check to make sure that we've arrived at the next page.
|
||||||
|
|
||||||
page.wait_for_load_state("domcontentloaded")
|
page.wait_for_load_state("domcontentloaded")
|
||||||
check_axe_report(page)
|
check_axe_report(page)
|
||||||
|
print(page)
|
||||||
download_link = page.get_by_text("Download")
|
print(page.content)
|
||||||
|
download_link = page.get_by_text("Download all data last 7 days (CSV)")
|
||||||
expect(download_link).to_be_visible()
|
expect(download_link).to_be_visible()
|
||||||
|
|
||||||
# Start waiting for the download
|
# Start waiting for the download
|
||||||
|
|||||||
Reference in New Issue
Block a user