Skip to content

Commit

Permalink
Add delay at the end of the redux-fundamentals e2e example (#10341)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenl authored Feb 20, 2024
1 parent 38e00e2 commit 2658e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e-tests/examples.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,6 @@ export default async function testFunction(

await filtersPanel.getByText('Green').click()
await waitForListItemsCount(2)

await delay(500);
}

0 comments on commit 2658e69

Please sign in to comment.