Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteknowacki committed Jan 10, 2024
1 parent 2adb524 commit b1b734d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions playwright/pages/giftCardsPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class GiftCardsPage extends BasePage {
readonly resendGiftCardCodeDialog: ResendGiftCardCodeDialog;
readonly metadataSeoPage: MetadataSeoPage;
readonly deleteDialog: DeleteDialog;

constructor(
page: Page,
readonly issueCardButton = page.getByTestId("issue-card-button"),
Expand Down
1 change: 0 additions & 1 deletion playwright/tests/girftCards.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ test("TC: SALEOR_105 Issue gift card @e2e @gift", async () => {
"super ultra automation discount",
);
await giftCardsPage.issueGiftCardDialog.clickRequiresActivationCheckbox();
await giftCardsPage.issueGiftCardDialog.requiresActivationCheckbox;
await giftCardsPage.issueGiftCardDialog.clickIssueButton();
await expect(giftCardsPage.issueGiftCardDialog.cardCode).toBeVisible();
await giftCardsPage.issueGiftCardDialog.clickCopyCodeButton();
Expand Down

0 comments on commit b1b734d

Please sign in to comment.