Skip to content

Commit

Permalink
Break a playwright test deliberately
Browse files Browse the repository at this point in the history
  • Loading branch information
mgriffin-scottlogic committed Jul 1, 2024
1 parent 0901088 commit 138927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/test_0_TrialTest_HappyPath.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_example(page: Page) -> None:

# page.pause()
expect(page.get_by_role("heading", name="Carbon Estimator")).to_be_visible()
expect(page.get_by_label("How many employees are in the")).to_have_value("100");
expect(page.get_by_label("How many employees are in the")).to_have_value("1000");
expect(page.get_by_text("Desktops 50%")).to_be_visible()
page.get_by_text("Laptops 50%").click()
expect(page.get_by_role("heading", name="On-Premise Servers")).to_be_visible()
Expand Down

0 comments on commit 138927b

Please sign in to comment.