We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa3373 commit 91abdccCopy full SHA for 91abdcc
portal-ui/e2e/buckets.spec.ts
@@ -34,7 +34,7 @@ test("create a new bucket", async ({ page }) => {
34
35
await page.getByLabel("Bucket Name*").fill(bucketName);
36
await page.getByRole("button", { name: "Create Bucket" }).click();
37
- await page.getByPlaceholder('Search Buckets').fill(bucketName);
+ await page.getByPlaceholder("Search Buckets").fill(bucketName);
38
39
await expect(page.locator(`#manageBucket-${bucketName}`)).toBeTruthy();
40
const bucketLocatorEl = `#manageBucket-${bucketName}`;
0 commit comments