- Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Current behavior:
Cypress is crashing with an 'Aw, Snap' error when loading Peoplesoft Campus.
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
