Skip to content

Commit d0eaed2

Browse files
Update Playwright test
1 parent 0d66af4 commit d0eaed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/tests/test_17_EstTool_UI_AssumpLimitations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_example(page: Page) -> None:
9292
expect(page.get_by_text("Clearly there is a large")).to_be_visible()
9393
expect(page.get_by_text("The estimated kWh of cloud")).to_be_visible()
9494
expect(page.get_by_role("heading", name="Downstream Emissions")).to_be_visible()
95-
expect(page.get_by_text("At present we focus on the")).to_be_visible()
95+
expect(page.get_by_text("To do this we have collated")).to_be_visible()
9696
expect(page.get_by_role("cell", name="Type", exact=True)).to_be_visible()
9797
expect(page.get_by_text("These figures are combined")).to_be_visible()
9898
expect(page.get_by_role("heading", name="Network Data Transfer")).to_be_visible()

0 commit comments

Comments
 (0)