Skip to content

chores: upgrade to node 20 #362

chores: upgrade to node 20

chores: upgrade to node 20 #362

Triggered via pull request April 11, 2024 14:34
@raphaelcoefficraphaelcoeffic
synchronize #77
node-20
Status Failure
Total duration 30m 33s
Artifacts 11

pipeline.yml

on: pull_request
Matrix: compile
Matrix: build-and-test-app
release-app
0s
release-app
release-web-prod
0s
release-web-prod
Fit to window
Zoom out
Zoom in

Annotations

30 errors, 24 warnings, and 4 notices
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /home/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #1 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /home/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #2 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /home/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #3 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /home/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="assets/apple-touch-icon-152x152.png" rel="apple-touch
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #1 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #2 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #3 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected: eval at evaluate (:197:30)#L14963
3) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="assets/apple-touch-icon-152x152.png"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected: eval at evaluate (:197:30)#L14963
3) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected Retry #1 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon"
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e\pages\firmware-wizard\firmware-selection.spec.ts#L22
1) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at D:\a\buddy\buddy\e2e\pages\firmware-wizard\firmware-selection.spec.ts:22:6
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e\pages\firmware-wizard\firmware-selection.spec.ts#L22
1) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #1 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at D:\a\buddy\buddy\e2e\pages\firmware-wizard\firmware-selection.spec.ts:22:6
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e\pages\firmware-wizard\firmware-selection.spec.ts#L22
1) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #2 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at D:\a\buddy\buddy\e2e\pages\firmware-wizard\firmware-selection.spec.ts:22:6
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e\pages\firmware-wizard\firmware-selection.spec.ts#L22
1) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #3 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at D:\a\buddy\buddy\e2e\pages\firmware-wizard\firmware-selection.spec.ts:22:6
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="assets/apple-touch-icon-152x152.png" rel="apple-touch
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #1 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #2 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #3 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected: eval at evaluate (:197:30)#L14963
3) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="assets/apple-touch-icon-152x152.png"
[electron] › pages\firmware-wizard\firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected: eval at evaluate (:197:30)#L14963
3) [electron] › pages\firmware-wizard\firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected Retry #1 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /Users/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #1 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /Users/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #2 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /Users/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default: e2e/pages/firmware-wizard/firmware-selection.spec.ts#L22
1) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default Retry #3 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 30000ms exceeded. =========================== logs =========================== waiting for locator('[role=option][aria-selected="true"]') ============================================================ 20 | await page 21 | .locator('[role=option][aria-selected="true"]') > 22 | .waitFor({ state: "attached" }); | ^ 23 | expect(await (await queries.findByText("Copy URL")).isEnabled()).toBeTruthy(); 24 | }); 25 | at /Users/runner/work/buddy/buddy/e2e/pages/firmware-wizard/firmware-selection.spec.ts:22:6
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="assets/apple-touch-icon-152x152.png" rel="apple-touch
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #1 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #2 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched: eval at evaluate (:197:30)#L14963
2) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched Retry #3 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected: eval at evaluate (:197:30)#L14963
3) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" /> <link href="assets/apple-touch-icon-152x152.png"
[electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected: eval at evaluate (:197:30)#L14963
3) [electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected Retry #1 --------------------------------------------------------------------------------------- elementHandle.evaluateHandle: Error: Unable to find an element with the text: EdgeTX "Flying Dutchman" v2.8.5. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. <html lang="en" > <head> <style> .anticon { display: inline-block; color: inherit; font-style: normal; line-height: 0; text-align: center; text-transform: none; vertical-align: -0.125em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon &gt; * { line-height: 1; } .anticon svg { display: inline-block; } .anticon::before { display: none; } .anticon .anticon-icon { display: block; } .anticon[tabindex] { cursor: pointer; } .anticon-spin::before, .anticon-spin { display: inline-block; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } @-webkit-keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @Keyframes loadingCircle { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <meta charset="utf-8" /> <meta content="width=device-width,initial-scale=1" name="viewport" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <style> body, html, #root { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; width: 100%; } </style> <title> EdgeTX Buddy </title> <link href="assets/favicon.ico" rel="icon" type="image/x-icon" /> <link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> <link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> <link href="assets/favicon-48x48.png" rel="icon" sizes="48x48" type="image/png" /> <link href="assets/manifest.webmanifest" rel="manifest" /> <meta content="yes" name="mobile-web-app-capable" /> <meta content="#fff" name="theme-color" /> <meta content="edgetx-buddy" name="application-name" /> <link href="assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> <link href="assets/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" /> <link href="assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> <link href="assets/apple-touch-icon-144x144.png" rel="apple-touch-icon"
🎭 Playwright Run Summary
12 skipped 21 passed (2m)
🎭 Playwright Run Summary
9 failed [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched [electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected [electron] › pages/firmware-wizard/firmware-selection.spec.ts:114:7 › Can download the selected firmware target [electron] › pages/firmware-wizard/firmware-selection.spec.ts:114:7 › Downloads correct firmware for devices with similar code names [electron] › pages/firmware-wizard/firmware-selection.spec.ts:153:5 › Copy URL button copies a link to the selected firmware [electron] › pages/firmware-wizard/flash-firmware.spec.ts:10:7 › Flashing › Flash v2.5.0 firmware [electron] › pages/firmware-wizard/flash-firmware.spec.ts:73:7 › Flashing › Flash firmware on disconnect bug device [electron] › pages/firmware-wizard/flash-firmware.spec.ts:121:7 › Flashing › Flash firmware on locked device gives option to enable firmware upgrading 2 skipped
🎭 Playwright Run Summary
9 failed [electron] › pages\firmware-wizard\firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default [electron] › pages\firmware-wizard\firmware-selection.spec.ts:26:5 › Radio model can be searched [electron] › pages\firmware-wizard\firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected [electron] › pages\firmware-wizard\firmware-selection.spec.ts:114:7 › Can download the selected firmware target [electron] › pages\firmware-wizard\firmware-selection.spec.ts:114:7 › Downloads correct firmware for devices with similar code names [electron] › pages\firmware-wizard\firmware-selection.spec.ts:153:5 › Copy URL button copies a link to the selected firmware [electron] › pages\firmware-wizard\flash-firmware.spec.ts:10:7 › Flashing › Flash v2.5.0 firmware [electron] › pages\firmware-wizard\flash-firmware.spec.ts:73:7 › Flashing › Flash firmware on disconnect bug device [electron] › pages\firmware-wizard\flash-firmware.spec.ts:121:7 › Flashing › Flash firmware on locked device gives option to enable firmware upgrading 2 skipped
🎭 Playwright Run Summary
9 failed [electron] › pages/firmware-wizard/firmware-selection.spec.ts:14:5 › Latest firmware is pre selected by default [electron] › pages/firmware-wizard/firmware-selection.spec.ts:26:5 › Radio model can be searched [electron] › pages/firmware-wizard/firmware-selection.spec.ts:52:5 › Flash via USB is disabled if model is not selected [electron] › pages/firmware-wizard/firmware-selection.spec.ts:114:7 › Can download the selected firmware target [electron] › pages/firmware-wizard/firmware-selection.spec.ts:114:7 › Downloads correct firmware for devices with similar code names [electron] › pages/firmware-wizard/firmware-selection.spec.ts:153:5 › Copy URL button copies a link to the selected firmware [electron] › pages/firmware-wizard/flash-firmware.spec.ts:10:7 › Flashing › Flash v2.5.0 firmware [electron] › pages/firmware-wizard/flash-firmware.spec.ts:73:7 › Flashing › Flash firmware on disconnect bug device [electron] › pages/firmware-wizard/flash-firmware.spec.ts:121:7 › Flashing › Flash firmware on locked device gives option to enable firmware upgrading 2 skipped
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: src/main/index.ts#L82
Unexpected console statement
lint: src/main/index.ts#L92
Unexpected console statement
lint: src/main/index.ts#L95
Unexpected console statement
lint: src/main/index.ts#L150
Unexpected console statement
lint: src/renderer/pages/sdcard/editor/AssetsTab.tsx#L395
Forbidden non-null assertion
lint: src/renderer/pages/sdcard/editor/AssetsTab.tsx#L396
Forbidden non-null assertion
lint: src/renderer/pages/sdcard/editor/AssetsTab.tsx#L402
Forbidden non-null assertion
lint: src/renderer/pages/sdcard/editor/AssetsTab.tsx#L403
Forbidden non-null assertion
lint: src/renderer/pages/sdcard/editor/JobExecutionModal.tsx#L137
Unexpected console statement
lint: src/shared/backend/services/cloudbuild.ts#L134
Unexpected console statement
storybook
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
compile (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
compile (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
compile (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
preview-web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, cloudflare/pages-action@1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
e2e-web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test-app (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: [electron] › pages/firmware-wizard/firmware-selection.spec.ts#L1
[electron] › pages/firmware-wizard/firmware-selection.spec.ts took 11m
build-and-test-app (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: [electron] › pages\firmware-wizard\firmware-selection.spec.ts#L1
[electron] › pages\firmware-wizard\firmware-selection.spec.ts took 11m
build-and-test-app (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: [electron] › pages/firmware-wizard/firmware-selection.spec.ts#L1
[electron] › pages/firmware-wizard/firmware-selection.spec.ts took 14m

Artifacts

Produced during runtime
Name Size
app-builds Expired
304 MB
compiled-macos-latest Expired
26.8 MB
compiled-ubuntu-20.04 Expired
26.4 MB
compiled-windows-latest Expired
26.7 MB
electron-macos-latest-recordings Expired
12.4 MB
electron-macos-latest-test-results Expired
427 KB
electron-ubuntu-20.04-recordings Expired
13 MB
electron-ubuntu-20.04-test-results Expired
427 KB
electron-windows-latest-recordings Expired
13.4 MB
electron-windows-latest-test-results Expired
427 KB
storybook-static Expired
8.95 MB