Skip to content

Build and Review PR #21 #29

Build and Review PR #21

Build and Review PR #21 #29

GitHub Actions / status check - allow failures scenario - UPDATED completed Apr 9, 2024 in 0s

Allow Failures Scenario

This test run completed at Tue, 09 Apr 2024 17:58:22 GMT

Details

Important

This status check was purposely created with a failure conclusion. We don't want this to prevent the PR from being merged though, so change the conclusion to neutral after the tests have run.

Allow Failures Scenario

Generic badge

Duration: 2 minutes
Start: 2024-02-27 20:42:36.471 UTC
Finish: 2024-02-27 20:44:46.487 UTC
Outcome: Failed | Total Tests: 2 | Passed: 1 | Failed: 1
Total Test Suites: 1
Total Tests: 2
Total Tests Registered: 2
Failed Tests: 1
Passed Tests: 1
Passed Percentage: 50%
❌ account loading error shows an error notification when there is an error loading the account
Suite: undefined
Title: shows an error notification when there is an error loading the account
State: failed
Duration: 6907
Status: undefined
Speed: N/A
Code: cy.intercept('/home/api/account**', { statusCode: 500, body: '' }).as('getaccount'); cy.visit('/homez/', { timeout: 120000 }); cy.wait('@getHouzehold', { timeout: 120000 }); cy.findByText('An error occurred', { timeout: 120000 }).should('be.visible'); cy.findByText(/We're sorry, one of our systems/).should('be.visible');
Failure Messages:
CypressError: `cy.wait()` could not find a registered alias for: `@getHouzehold`.
Available aliases are: `getaccount, getCart`.
    at $Cy.aliasNotFoundFor (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:154884:74)
    at $Cy.getAlias (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:154818:12)
    at waitForXhr (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:167461:23)
    at https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:167592:14
    at tryCatcher (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:13022:23)
    at MappingPromiseArray._promiseFulfilled (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:10142:38)
    at MappingPromiseArray.PromiseArray._iterate (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:11344:31)
    at MappingPromiseArray.init (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:11308:10)
    at MappingPromiseArray._asyncInit (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:10111:10)
    at _drainQueueStep (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:7733:12)
    at _drainQueue (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:7722:9)
    at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:7738:5)
    at Async.drainQueues (https://app.dev.viabenefits.com/__cypress/runner/cypress_runner.js:7608:14)
From Your Spec Code:
    at Context.eval (https://app.dev.viabenefits.com/__cypress/tests?p=cypress/integration/frontend-only/accountLoadingError.js:112:8)