Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Apr 10, 2024
1 parent 7aa4e8b commit 48c34bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions playwright/data/e2eTestData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ export const USERS = {

export const APPS = {
appToBeDeleted: {
id: "QXBwOjY2",
name: "Adyen",
id: "QXBwOjcw",
name: "Saleor QA App",
info: "App used in delete app test",
}
}
Expand Down
2 changes: 1 addition & 1 deletion playwright/tests/apps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ test("TC: SALEOR_120 User should be able to delete thirdparty app @e2e", async (
await appsPage.expectSuccessBanner();
await appsPage.waitForDOMToFullyLoad();
await expect(appsPage.installedAppRow.first()).toBeVisible();
await expect(appsPage.appAdyen).not.toBeVisible();
await expect(appsPage.appQA).not.toBeVisible();
});

0 comments on commit 48c34bc

Please sign in to comment.