mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
add VCAP_SERVICES
This commit is contained in:
@@ -175,7 +175,7 @@ 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.
|
||||||
print(f"SHOULD BE SEND PAGE: {page}")
|
print(f"SHOULD BE SEND PAGE: {page} and VCAP_SERVICES are {os.getenv('VCAP_SERVICES')}")
|
||||||
activity_button = page.get_by_text("Activity")
|
activity_button = page.get_by_text("Activity")
|
||||||
expect(activity_button).to_be_visible()
|
expect(activity_button).to_be_visible()
|
||||||
activity_button.click()
|
activity_button.click()
|
||||||
|
|||||||
Reference in New Issue
Block a user