Skip to content

Commit 6a5bc27

Browse files
test: test
1 parent a32aff2 commit 6a5bc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testplane-project-example/testplane-tests/example.testplane.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ describe("test", () => {
33
it("example", async ({browser}) => {
44
await browser.url("https://example.com/");
55

6-
await expect(browser.$("p")).toHaveTextContaining("This domain is for use in illustrative examples in documents");
6+
await expect(browser.$("p")).toHaveTextContaining("This domain is not for use in illustrative examples in documents");
77
});
88
});

0 commit comments

Comments
 (0)