Skip to content

Commit

Permalink
Merge pull request #33 from gemini-testing/kr/fix/example
Browse files Browse the repository at this point in the history
fix: repair test example (hermione)
  • Loading branch information
KuznetsovRoman authored Apr 18, 2024
2 parents 31d76e4 + e661a2f commit 2bd39ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [ master, hermione ]
pull_request:
branches: [ master ]
branches: [ master, hermione ]

jobs:
build:
Expand Down
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/hermione");
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 2bd39ae

Please sign in to comment.