Skip to content

Prevent timeout failures in front-end tests - #86

Merged
schbetsy merged 1 commit into
mainfrom
frontend-test
Jul 28, 2026
Merged

Prevent timeout failures in front-end tests#86
schbetsy merged 1 commit into
mainfrom
frontend-test

Conversation

@schbetsy

@schbetsy schbetsy commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Cypress tests seed their own data, so running the ./seed-data.sh script isn't useful and causes the tests to time out sometimes. Turns out some Cypress tests DO need the seed data, so we do need to run the script. Instead, allow more time for the setup script to run.

@schbetsy schbetsy changed the title No need for seed data in Cypress tests Remove seed data script from Cypress test setup Jul 28, 2026
This will hopefully fix the timeout errors we frequently see in the
front-end tests on GH Actions. Also give the file a more descriptive
name.
@schbetsy
schbetsy marked this pull request as ready for review July 28, 2026 20:10
@schbetsy schbetsy changed the title Remove seed data script from Cypress test setup Prevent timeout failures in front-end tests Jul 28, 2026
@schbetsy
schbetsy merged commit ef02000 into main Jul 28, 2026
7 checks passed
@schbetsy
schbetsy deleted the frontend-test branch July 28, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants