Skip to content

Commit 15cbab5

Browse files
tableids config (#281)
* facility fixes * table ids, config refresh table * fix * fix
1 parent af67fc4 commit 15cbab5

File tree

45 files changed

+587
-714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+587
-714
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Install chrome driver
31-
run: node node_modules/protractor/bin/webdriver-manager update --versions.chrome 94.0.4606.61 --gecko false --standalone false
31+
run: node node_modules/protractor/bin/webdriver-manager update --versions.chrome 96.0.4664.45 --gecko false --standalone false
3232
- name: Lint
3333
run: npm run lint
3434
- name: TSLint

0 commit comments

Comments
 (0)