Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update vitest monorepo to ^0.34.2 #78

Merged
merged 1 commit into from
Aug 24, 2023

chore(deps): update vitest monorepo to ^0.34.2

16ab7a2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update vitest monorepo to ^0.34.2 #78

chore(deps): update vitest monorepo to ^0.34.2
16ab7a2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Frontend E2E Tests (electron) failed Aug 24, 2023 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in frontend/visits the app root url

See this annotation in the file changed.

@github-actions github-actions / Frontend E2E Tests (electron)

visits the app root url.My First Test visits the app root url

The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  > Cannot use 'in' operator to search for 'tunnels' in <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <link rel="icon" href="/favicon.ico">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>AREDN Cloud Node Console</title>
  <link id="theme-css" rel="stylesheet" type="text/css" href="/themes/mdc-dark-indigo/theme.css">
  <script type="module" crossorigin src="/assets/index-067571fa.js"></script>
  <link rel="stylesheet" href="/assets/index-e7af3758.css">
</head>

<body>
  <div id="app"></div>
  
</body>

</html>

When Cypress detects uncaught errors originating from your application it will automatically fail the current test.

This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.

https://on.cypress.io/uncaught-exception-from-application
Raw output
TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  > Cannot use 'in' operator to search for 'tunnels' in <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <link rel="icon" href="/favicon.ico">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>AREDN Cloud Node Console</title>
  <link id="theme-css" rel="stylesheet" type="text/css" href="/themes/mdc-dark-indigo/theme.css">
  <script type="module" crossorigin src="/assets/index-067571fa.js"></script>
  <link rel="stylesheet" href="/assets/index-e7af3758.css">
</head>

<body>
  <div id="app"></div>
  
</body>

</html>

When Cypress detects uncaught errors originating from your application it will automatically fail the current test.

This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.

https://on.cypress.io/uncaught-exception-from-application
    at <unknown> (http://localhost:4173/assets/MainPage-7d971753.js:1:1561)