Skip to content

Commit

Permalink
ci: fix admin sdk pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Nov 29, 2024
1 parent 46677ef commit 067558e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test("@sdk: add main module", async ({ ShopAdmin }) => {
).toBeVisible();
await ShopAdmin.page
.locator(".sw-meteor-card__content-wrapper", { hasText: "SDK Testplugin" })
.locator(".sw-context-button > button")
.locator(".sw-context-button")
.click();
await ShopAdmin.page
.locator(".sw-context-menu-item__text", { hasText: "Open extension" })
Expand Down

0 comments on commit 067558e

Please sign in to comment.