Skip to content

Commit a2ae998

Browse files
authored
Build: Fix Box API Pagination-dependent integration tests (#961)
* Add appropriate waits/sleeps to allow for box pagination API calls to return all expected/persisted results in application cucumber tests. * Selenium update. * Update geckodriver. * Update selenium headless options for chrome/firefox.
1 parent f861f96 commit a2ae998

File tree

6 files changed

+228
-242
lines changed

6 files changed

+228
-242
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ orbs:
99
parameters:
1010
ubuntu_machine:
1111
type: string
12-
default: 'ubuntu-2004:202111-02'
12+
default: 'ubuntu-2404:2024.11.1'
1313
ubuntu_docker:
1414
type: string
15-
default: 'ubuntu:focal'
15+
default: 'ubuntu:noble'
1616

1717
workflows:
1818
circleci_build_and_test:
@@ -137,7 +137,7 @@ commands:
137137
<< parameters.sudo >> apt -y update
138138
<< parameters.sudo >> apt -y install curl make git build-essential jq unzip
139139
- node/install:
140-
node-version: '18'
140+
node-version: '22'
141141
- run:
142142
name: npm ci
143143
command: |

0 commit comments

Comments
 (0)