Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Oct 6, 2024
1 parent 81cf42d commit d9507e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/highlight_editor_spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ describe("Highlight Editor", () => {
await closePages(pages);
});

it("must check that an existing highlight is ignored on hovering", async () => {
fit("must check that an existing highlight is ignored on hovering", async () => {

Check failure on line 1833 in test/integration/highlight_editor_spec.mjs

View workflow job for this annotation

GitHub Actions / Lint (lts/*)

Unexpected fit
await Promise.all(
pages.map(async ([browserName, page]) => {
await switchToHighlight(page);
Expand Down

0 comments on commit d9507e9

Please sign in to comment.