fixed test and e2e

This commit is contained in:
Beverly Nguyen
2025-03-13 21:49:40 -07:00
parent 41dcedd48f
commit 371fbb2cd4
4 changed files with 15 additions and 6 deletions

View File

@@ -488,7 +488,9 @@ def test_show_switch_service_to_count_as_live_page(
# Extract label text and see if it matches the expected label
label_texts = [label.text.strip() for label in labels]
assert labelled in label_texts, f"Expected label '{labelled}' not found. Found labels: {label_texts}"
assert (
labelled in label_texts
), f"Expected label '{labelled}' not found. Found labels: {label_texts}"
@pytest.mark.parametrize(