Skip to content

Commit

Permalink
Updating test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRenteria committed Oct 30, 2023
1 parent dcb3ca0 commit bfc49e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ describe("HeaderSection", () => {
});

test("Click opens options.html", async () => {
let button = document.body.querySelector("button");
// Expect click of the help button to open quickGuideAC.html
let button = document.body.querySelectorAll("button")[1];
// Expect click of the help button to open options.html
window.chrome = { runtime: {
getURL: (url: string) => url
} } as any
Expand Down

0 comments on commit bfc49e8

Please sign in to comment.