Skip to content

Commit

Permalink
Merge pull request #34 from gemini-testing/kr/fix/example_testplane
Browse files Browse the repository at this point in the history
fix: repair test example
  • Loading branch information
KuznetsovRoman committed Apr 18, 2024
2 parents 9722146 + e3f19ee commit 62e3731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe("test", () => {
it("example", async ({browser}) => {
await browser.url("https://github.com/gemini-testing/testplane");
await expect(browser.$(".f4.my-3")).toHaveText("Browser test runner based on mocha and wdio");
await expect(browser.$(".f4.my-3")).toHaveText("Testplane (ex-hermione) browser test runner based on mocha and wdio");
});
});
`;
Expand Down

0 comments on commit 62e3731

Please sign in to comment.