Skip to content

Commit

Permalink
- Actually add moved spec files!
Browse files Browse the repository at this point in the history
  • Loading branch information
hardiesoft committed Oct 8, 2024
1 parent a36f26d commit 7c1c506
Show file tree
Hide file tree
Showing 68 changed files with 30,906 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
- name: Run Cypress tests
run: |
cd integration-tests
pwd
cd integration-tests
npm install --loglevel=error
npm run ci-batch-1
Expand Down
2 changes: 1 addition & 1 deletion api/waitForApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const apiServerIsUp = async (url) => {
const fiveMinutesFromNow = new Date(
now.setMinutes(now.getMinutes() + waitMins)
);
console.log(`Waiting up to ${waitMins} minutes for API sever...`);
console.log(`Waiting up to ${waitMins} minutes for API server...`);

while (new Date() < fiveMinutesFromNow) {
let up = false;
Expand Down
Loading

0 comments on commit 7c1c506

Please sign in to comment.