Skip to content

Commit

Permalink
Merge pull request #180 from vtex/revert-179-chore/skip-scheduled-del…
Browse files Browse the repository at this point in the history
…ivery-tests

Revert "chore: skip Scheduled Delivery tests to investigate false positive"
  • Loading branch information
evertonstrack authored Apr 27, 2024
2 parents a8f9f9a + b045dd1 commit 0109899
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 0109899

Please sign in to comment.