Skip to content

Commit 375fef5

Browse files
committed
trigger ci
1 parent f2c1d0f commit 375fef5

4 files changed

Lines changed: 3 additions & 20735 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: npm ci --prefix examples
114114

115115
- name: Install www
116-
run: npm ci --prefix www
116+
run: npm i --prefix www
117117

118118
- name: Execute 'npm i' in www/dataserver
119119
run: npm run www-dataserver:install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: npm ci --prefix examples
5656

5757
- name: Install www
58-
run: npm ci --prefix www
58+
run: npm i --prefix www
5959

6060
- name: Get installed Playwright version
6161
id: playwright-version

examples/src/pages/tests/table/props/data/editing/shouldAcceptEdit.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export default test.describe.parallel('Inline Edit - shouldAcceptEdit', () => {
131131
};
132132

133133
let text = await rowModel.getTextForCell(cellEditable1);
134+
134135
expect(text).toBe('frontend');
135136

136137
await editModel.startEdit({

0 commit comments

Comments
 (0)