Skip to content

Commit 6f87823

Browse files
committed
update analytics-provider-segment e2e tests
Signed-off-by: Kashish Mittal <[email protected]>
1 parent 393b8ac commit 6f87823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/plugins/analytics/analytics-disabled-rbac.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test.describe('Check RBAC "analytics-provider-segment" plugin', () => {
2323
test("is disabled", async ({ page }) => {
2424
await page
2525
.getByPlaceholder("Filter")
26-
.pressSequentially("plugin-analytics-provider-segment\n", {
26+
.pressSequentially("backstage-community-plugin-analytics-provider-segment\n", {
2727
delay: 300,
2828
});
2929
const row = page.locator(

0 commit comments

Comments
 (0)