Skip to content

Commit

Permalink
linter terse sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek committed Mar 3, 2025
1 parent 1668b02 commit 93f9523
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ test.describe("Global Activity Log - List view and filter usage", () => {
await page.getByRole("button", { name: "Apply" }).click();

await expect(
page.getByLabel("Primary Node contains [object").getByRole("button"))
.toContainText("blue");
page.getByLabel("Primary Node contains [object").getByRole("button")
).toContainText("blue");
await saveScreenshotForDocs(page, "activity_log_global_filters_primary");
});
});
Expand Down

0 comments on commit 93f9523

Please sign in to comment.