Skip to content

Commit 31e2239

Browse files
authored
Merge pull request #67 from openboxes/OBPIH-7531
OBPIH-7531 Add assertions for putaway details and list pages
2 parents 13b2503 + 74683a1 commit 31e2239

File tree

11 files changed

+2168
-587
lines changed

11 files changed

+2168
-587
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: '14'
40+
node-version: '18'
4141

4242
- name: Install dependencies
4343
run: npm install

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ End to end testing for OpenBoxes
77

88
## 🧰 Setup
99
### Required
10-
- NPM 6.14.6
11-
- Node 14.21.x
10+
- NPM 9.2.0
11+
- Node 18.19.x
1212

1313
### Install Dependencies
1414

0 commit comments

Comments
 (0)