Skip to content

Commit

Permalink
Revert "chore: skip Scheduled Delivery tests to investigate false pos…
Browse files Browse the repository at this point in the history
…itive"
  • Loading branch information
evertonstrack authored Apr 27, 2024
1 parent a8f9f9a commit b045dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function test(account) {
visitAndClearCookies(account)
})

it.skip('complete purchase with scheduled delivery', () => {
it('complete purchase with scheduled delivery', () => {
const email = getRandomEmail()

setup({ skus: [SKUS.SCHEDULED_DELIVERY], account })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function test(account) {
visitAndClearCookies(account)
})

it.skip('start with delivery then, choosing pickup, then choosing delivery', () => {
it('start with delivery then, choosing pickup, then choosing delivery', () => {
const email = getSecondPurchaseEmail()

setup({ skus: [SKUS.SCHEDULED_DELIVERY], account })
Expand Down

0 comments on commit b045dd1

Please sign in to comment.