Skip to content

Commit

Permalink
linter bis
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek authored Mar 3, 2025
1 parent ddc38ea commit 5993908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test.describe("Resource Managers guide", () => {
await page.getByRole("combobox", { name: "Member Type" }).click();
await page
.locator("div")
.filter({·hasText:·/^Prefix$/·})
.filter({ hasText: /^Prefix$/ })
.click();
await saveScreenshotForDocs(page, "guides/resource_manager_rss_prefix_10_100_1");
await page.getByRole("button", { name: "Save" }).click();
Expand Down

0 comments on commit 5993908

Please sign in to comment.