Migrate react-scripts to vite #559
Annotations
10 errors and 2 warnings
src/tests/plugin.test.ts:
ui/src/tests/plugin.test.ts#L24
TypeError: Cannot read properties of undefined (reading 'close')
❯ src/tests/plugin.test.ts:24:35
|
src/tests/user.test.ts > User > has only admin user (the current one):
ui/src/tests/user.test.ts#L36
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ src/tests/user.test.ts:36:50
|
src/tests/user.test.ts > User > create users > nicories:
ui/src/tests/user.test.ts#L42
Error: No element found for selector: #create-user
❯ assert node_modules/puppeteer-core/src/util/assert.ts:19:11
❯ CdpFrame.click node_modules/puppeteer-core/src/api/Frame.ts:1053:5
❯ src/tests/user.test.ts:42:17
|
src/tests/user.test.ts > User > create users > jmattheis:
ui/src/tests/user.test.ts#L42
Error: No element found for selector: #create-user
❯ assert node_modules/puppeteer-core/src/util/assert.ts:19:11
❯ CdpFrame.click node_modules/puppeteer-core/src/api/Frame.ts:1053:5
❯ src/tests/user.test.ts:42:17
|
src/tests/user.test.ts > User > create users > dude:
ui/src/tests/user.test.ts#L42
Error: No element found for selector: #create-user
❯ assert node_modules/puppeteer-core/src/util/assert.ts:19:11
❯ CdpFrame.click node_modules/puppeteer-core/src/api/Frame.ts:1053:5
❯ src/tests/user.test.ts:42:17
|
src/tests/user.test.ts > User > has created users > has admin user:
ui/src/tests/utils.ts#L5
TypeError: Cannot read properties of null (reading 'getProperty')
❯ Module.innerText src/tests/utils.ts:5:35
❯ src/tests/user.test.ts:59:20
|
src/tests/user.test.ts > User > has created users > has nicories user:
ui/src/tests/utils.ts#L5
TypeError: Cannot read properties of null (reading 'getProperty')
❯ Module.innerText src/tests/utils.ts:5:35
❯ src/tests/user.test.ts:59:20
|
src/tests/user.test.ts > User > has created users > has jmattheis user:
ui/src/tests/utils.ts#L5
TypeError: Cannot read properties of null (reading 'getProperty')
❯ Module.innerText src/tests/utils.ts:5:35
❯ src/tests/user.test.ts:59:20
|
src/tests/user.test.ts > User > has created users > has dude user:
ui/src/tests/utils.ts#L5
TypeError: Cannot read properties of null (reading 'getProperty')
❯ Module.innerText src/tests/utils.ts:5:35
❯ src/tests/user.test.ts:59:20
|
src/tests/user.test.ts > User > edit users > changes password of jmattheis:
ui/src/tests/user.test.ts#L75
Error: No element found for selector: #user-table tbody tr:nth-child(3) td:nth-child(3) .edit
❯ assert node_modules/puppeteer-core/src/util/assert.ts:19:11
❯ CdpFrame.click node_modules/puppeteer-core/src/api/Frame.ts:1053:5
❯ src/tests/user.test.ts:75:13
|
gotify
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
gotify
Restore cache failed: Dependencies file is not found in /home/runner/work/server/server. Supported file pattern: go.sum
|