Skip to content

Commit 9e1adee

Browse files
committed
update ci
1 parent d06d90a commit 9e1adee

5 files changed

Lines changed: 21710 additions & 975 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
- name: Install examples
113113
run: npm ci --prefix examples
114114

115+
- name: Install www
116+
run: npm ci --prefix www
117+
115118
- name: Execute 'npm i' in www/dataserver
116119
run: npm run www-dataserver:install
117120

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

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

133133
let text = await rowModel.getTextForCell(cellEditable1);
134-
135134
expect(text).toBe('frontend');
136135

137136
await editModel.startEdit({

0 commit comments

Comments
 (0)