build(deps): bump micromatch from 4.0.7 to 4.0.8 (#13) #13
Annotations
10 errors, 1 warning, and 1 notice
src\assert.ts#L144
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'SHIFT_K'
Error: Assertion "Text of the column header ('Description') is conveyed" failed. Unable to find phrase "Description" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
src\assert.ts#L144
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'SHIFT_K'
Error: Assertion "Role 'link' is conveyed" failed. Unable to find phrase "link" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
src\assert.ts#L144
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'SHIFT_K'
Error: Assertion "Name 'Cash Deposit' is conveyed" failed. Unable to find phrase "Cash Deposit" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
src\assert.ts#L144
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'SHIFT_K'
Error: Assertion "coordinates of the cell (column 3, row 2) are conveyed" failed. Unable to find phrase "column 3, row 2" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
src\windowsNvda.spec.ts#L1
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'SHIFT_K'
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Cannot connect to NVDA
connect ECONNREFUSED 127.0.0.1:6837
at TLSSocket.<anonymous> (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDAClient.js:107:25)
|
src\windowsNvda.spec.ts#L1
2) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_LEFT'
Error: Cannot connect to NVDA
connect ECONNREFUSED 127.0.0.1:6837
at TLSSocket.<anonymous> (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDAClient.js:107:25)
|
src\setup.ts#L36
2) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_LEFT'
TypeError: Cannot read properties of null (reading 'sendKeyCode')
at src\setup.ts:36
34 | await delay(PAGE_LOAD_DELAY);
35 |
> 36 | await screenReader.navigateToWebContent();
| ^
37 |
38 | if (hasSetupScript) {
39 | await page.goto(testUrl, { waitUntil: "load" });
at D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDA.js:362:68
at NVDAClient.waitForSpokenPhrase (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDAClient.js:219:28)
at NVDA.nvdaPlaywright.navigateToWebContent (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\playwright\lib\nvdaTest.js:52:17)
at setup (D:\a\aria-at-tests\aria-at-tests\src\setup.ts:36:3)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:156:11
|
src\windowsNvda.spec.ts#L1
2) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_LEFT'
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Cannot connect to NVDA
connect ECONNREFUSED 127.0.0.1:6837
at TLSSocket.<anonymous> (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDAClient.js:107:25)
|
src\setup.ts#L36
2) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_LEFT'
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'sendKeyCode')
at src\setup.ts:36
34 | await delay(PAGE_LOAD_DELAY);
35 |
> 36 | await screenReader.navigateToWebContent();
| ^
37 |
38 | if (hasSetupScript) {
39 | await page.goto(testUrl, { waitUntil: "load" });
at D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDA.js:362:68
at NVDAClient.waitForSpokenPhrase (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\guidepup\lib\windows\NVDA\NVDAClient.js:219:28)
at NVDA.nvdaPlaywright.navigateToWebContent (D:\a\aria-at-tests\aria-at-tests\node_modules\@guidepup\playwright\lib\nvdaTest.js:52:17)
at setup (D:\a\aria-at-tests\aria-at-tests\src\setup.ts:36:3)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:156:11
|
src\assert.ts#L144
3) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in interaction mode › Using command sequence 'LEFT'
Error: Assertion "Text of the column header ('Description') is conveyed" failed. Unable to find phrase "Description" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, guidepup/setup-action@0.13.0, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
97 failed
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'SHIFT_K'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_LEFT'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column containing a link in a grid in interaction mode › Using command sequence 'LEFT'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the next column from a cell containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_RIGHT'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the next column from a cell containing a link in a grid in interaction mode › Using command sequence 'RIGHT'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column from a cell containing a link in a grid in reading mode › Using command sequence 'CTRL_ALT_LEFT'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous column from a cell containing a link in a grid in interaction mode › Using command sequence 'LEFT'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the next row in a grid in reading mode › Using command sequence 'CTRL_ALT_DOWN'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the next row in a grid in interaction mode › Using command sequence 'DOWN'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous row in a grid in reading mode › Using command sequence 'CTRL_ALT_UP'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the previous row in a grid in interaction mode › Using command sequence 'UP'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to a cell containing a link on the next row in a grid in reading mode › Using command sequence 'CTRL_ALT_DOWN'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to a cell containing a link on the next row in a grid in interaction mode › Using command sequence 'DOWN'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to a cell containing a link on the previous row in a grid in reading mode › Using command sequence 'CTRL_ALT_UP'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to a cell containing a link on the previous row in a grid in interaction mode › Using command sequence 'UP'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the first cell of a row in a grid in interaction mode › Using command sequence 'HOME'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the last cell of a row in a grid in interaction mode › Using command sequence 'END'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the first cell in a grid in interaction mode › Using command sequence 'CTRL_HOME'
[firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Data Grid Example 1: Minimal Data Grid › Navigate to the last cell in a grid in interaction mode › Using command sequence 'CTRL_END'
[firefox]
|
This job succeeded
Loading