Skip to content

'Aw, Snap' error when logging in to Peoplesoft Campus #2364

@duncan-bayne

Description

@duncan-bayne

Current behavior:

Cypress is crashing with an 'Aw, Snap' error when loading Peoplesoft Campus.

screen shot 2018-08-17 at 16 19 27

Desired behavior:

The test should pass.

Steps to reproduce:

context('crashing test', () => { it('crashes', () => { cy.visit('https://campus.example.org/psp/cs92uat1/?cmd=login') cy.get('input#userid').type('REDACTED') cy.get('input#pwd').type('REDACTED') cy.get('input.ps-button').click() }) })

After successfully logging in and briefly displaying the Campus homepage, the browser crashes with the dreaded 'Aw, Snap' error:

Versions

  • Cypress 3.1.0
  • Chrome Version 68.0.3440.106 (Official Build) (64-bit)
  • macOS High Sierra 10.13.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions