feat(PORT-002): add alert status and history
This commit is contained in:
@@ -19,6 +19,7 @@ def test_homepage_and_options_page_render() -> None:
|
||||
expect(page.locator("text=Vault Dashboard").first).to_be_visible(timeout=10000)
|
||||
expect(page.locator("text=Overview").first).to_be_visible(timeout=10000)
|
||||
expect(page.locator("text=Live quote source:").first).to_be_visible(timeout=15000)
|
||||
expect(page.locator("text=Alert Status").first).to_be_visible(timeout=15000)
|
||||
page.screenshot(path=str(ARTIFACTS / "overview.png"), full_page=True)
|
||||
|
||||
page.goto(f"{BASE_URL}/options", wait_until="domcontentloaded", timeout=30000)
|
||||
|
||||
Reference in New Issue
Block a user