Skip to content

Commit 91abdcc

Browse files
author
Benjamin Perez
committed
lint
1 parent 8fa3373 commit 91abdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/e2e/buckets.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test("create a new bucket", async ({ page }) => {
3434

3535
await page.getByLabel("Bucket Name*").fill(bucketName);
3636
await page.getByRole("button", { name: "Create Bucket" }).click();
37-
await page.getByPlaceholder('Search Buckets').fill(bucketName);
37+
await page.getByPlaceholder("Search Buckets").fill(bucketName);
3838

3939
await expect(page.locator(`#manageBucket-${bucketName}`)).toBeTruthy();
4040
const bucketLocatorEl = `#manageBucket-${bucketName}`;

0 commit comments

Comments
 (0)