Skip to content

Commit

Permalink
Update Playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoun-scottlogic committed Oct 3, 2024
1 parent 0d66af4 commit d0eaed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/test_17_EstTool_UI_AssumpLimitations.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_example(page: Page) -> None:
expect(page.get_by_text("Clearly there is a large")).to_be_visible()
expect(page.get_by_text("The estimated kWh of cloud")).to_be_visible()
expect(page.get_by_role("heading", name="Downstream Emissions")).to_be_visible()
expect(page.get_by_text("At present we focus on the")).to_be_visible()
expect(page.get_by_text("To do this we have collated")).to_be_visible()
expect(page.get_by_role("cell", name="Type", exact=True)).to_be_visible()
expect(page.get_by_text("These figures are combined")).to_be_visible()
expect(page.get_by_role("heading", name="Network Data Transfer")).to_be_visible()
Expand Down

0 comments on commit d0eaed2

Please sign in to comment.