We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d66af4 commit d0eaed2Copy full SHA for d0eaed2
playwright/tests/test_17_EstTool_UI_AssumpLimitations.py
@@ -92,7 +92,7 @@ def test_example(page: Page) -> None:
92
expect(page.get_by_text("Clearly there is a large")).to_be_visible()
93
expect(page.get_by_text("The estimated kWh of cloud")).to_be_visible()
94
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()
+ expect(page.get_by_text("To do this we have collated")).to_be_visible()
96
expect(page.get_by_role("cell", name="Type", exact=True)).to_be_visible()
97
expect(page.get_by_text("These figures are combined")).to_be_visible()
98
expect(page.get_by_role("heading", name="Network Data Transfer")).to_be_visible()
0 commit comments