Skip to content

Commit

Permalink
change page first
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Mar 5, 2020
1 parent 5f6e3c4 commit 0d1d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/__tests__/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ test('show outbox errors - foreground sync', async () => {
let $page;

// Submit form in foreground
$page = await changePage('items/new');
await app.emptyOutbox();
await app.outbox.pause();
$page = await changePage('items/new');
$page
.find('form')
.attr('action', '/tests/items/error')
Expand Down

0 comments on commit 0d1d8af

Please sign in to comment.