cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.87k stars 3.17k forks source link

Error: EISDIR: illegal operation on a directory #1244

Closed tanuj-vishnoi closed 3 years ago

tanuj-vishnoi commented 6 years ago

Current behavior:

Error message is thrown

Error: EISDIR: illegal operation on a directory, 
open 'C:\Users\*********\AppData\Roaming\Cypress\cy\production\projects\CyDemo-f6363983d1108dd01027bb4ab06585aa\bundles

Desired behavior:

On clicking signIn button user should land on dashboard page

How to reproduce:

Submit userId and password in respective fields and hit signIn

Test code:

function loadFixture() {
    cy.fixture('login').as('loginJson')
}
describe('Login', function () {
    beforeEach(function () {
        loadFixture()
    })

    before(function () {
        cy.visit('https://*************.com');
    })

    it('It Should load in to the application', function () {
        cy.title().should('contain', 'xyz');
    })

    it('It Should enter credentials and login', function () {
        cy.get('#Username').type(this.loginJson.masterCoder.email).should('have.value', this.loginJson.masterCoder.email);
        cy.get('#Password').type(this.loginJson.masterCoder.password).should('have.value', this.loginJson.masterCoder.password);
        cy.get('.button-label.ng-binding').and('be.visible').click();
    })
});

Additional Info (images, stack traces, etc)

cypresserror

devopsOCL commented 5 years ago

Any resolution to this ? I am seeing an exact issue but with a different directly listing ....

image

jennifer-shehane commented 5 years ago

Hey @tanuj-vishnoi, you mentioned you are using Cypress Version 1.4.1, could you verify the issue by running cypress version? Because this is a very old version.

Also, can anyone provide a way to reproduce this? That would be the fastest way to get your issue directly addressed.

hrk15 commented 5 years ago

@jennifer-shehane Hi I am facing the same issue. In my case I added a configuration file to my project in which I am changing the supportFile path and url, which I am able to do but when I run the tests this error comes.

Steps:

  1. created a new configuration file
  2. set the configuration file using --env configFile=filename
  3. run the test script
jennifer-shehane commented 5 years ago

Hey @hrk15, could you elaborate more on this step?

set the configuration file using --env configFile=filename

Could you provide what you have in your cypress.json file?

hrk15 commented 5 years ago

@jennifer-shehane my cypress.json file

{ 
    "chromeWebSecurity":  false,
    "env": {
        "name" : "prod"
    },
    "pageLoadTimeout" : 120000,
    "defaultCommandTimeout" : 10000,
    "baseUrl" : "product-url",
    "reporter": "mocha-allure-reporter",
    "reporterOptions": {
        "targetDir": "allure-results"
    }
}

my custom config.json content

{ 
    "chromeWebSecurity":  false,
    "env": {
        "name" : "prod"
    },
    "pageLoadTimeout" : 120000,
    "defaultCommandTimeout" : 10000,
    "baseUrl" : "product-url2",
    "reporter": "mocha-allure-reporter",
    "reporterOptions": {
        "targetDir": "allure-results"
    },
    "supportFile": "cypress/support/step_definitions/"
}
alexborovkov commented 5 years ago

@jennifer-shehane I also face this issue after updating to Cypress 3.2.0. Some of the tests failed with this error. As I understand the root cause - when I load fixture using .route(/notifications/, "fixture:notifications this error appeared because I have folder and file with same name notifications in project structure. When I expicitly set extension like notifications.json, it fixed the problem. But I am not sure why it is worked in previous Cypress version.

brian-mann commented 5 years ago

@AleksandrBorovkov this has already been fixed in 3.3.0 and pending release. The original issue is here: https://github.com/cypress-io/cypress/issues/3739

Closing this as a duplicate.

jennifer-shehane commented 5 years ago

@AleksandrBorovkov Your issues has indeed already been fixed in 3.3.0 and pending release from here #3739

But, this original issue was opened before the fixture regression and is unrelated to this fix. Reopening.

jennifer-shehane commented 5 years ago

I thought that perhaps an invalid directory was provided for the supportFile in the configuration, but upon testing this theory - an appropriate error is shown in Cypress version 3.2.0

Screen Shot 2019-04-10 at 1 31 15 PM

Unfortunately we'll have to close this issue if no reproducible example is provided within a recent version of Cypress (3+). Can anyone provide a way to reproduce this?

aaryn101 commented 5 years ago

I am getting this same error in Cypress 3.3.0. I'm opening a login page (for a CAS-fronted application), typing in the credentials, and submitting the form. The page redirects and starts to load but then I get the same error message as the original post.

I'm going to try to find a way to make this easy for others to reproduce...

jennifer-shehane commented 5 years ago

Thanks @aaryn101, we'd much appreciate a way to reproduce this. 👍

aaryn101 commented 5 years ago

I have not yet been able to reproduce this issue outside of my company's proprietary software. I'll keep trying.

I did run cypress in debug mode and got this, maybe it will be helpful:

 cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157' }, spec: { absolute: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js', name: 'login.spec.js', relative: 'cypress/integration/login.spec.js' } } +4ms
  cypress:server:openproject resetting project state, preparing to launch browser +18s
  cypress:server:project resetting project instance /Users/aaroncorley/Development/acorley/cyp-test +8s
  cypress:server:buffers resetting buffers +3m
  cypress:server:server Setting remoteAuth undefined +3m
  cypress:server:server Setting remoteOrigin http://localhost:63606 +0ms
  cypress:server:server Setting remoteStrategy file +0ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +0ms
  cypress:server:server Setting remoteFileServer http://localhost:63607 +1ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:63606', strategy: 'file', visiting: false, domainName: 'localhost', fileServer: 'http://localhost:63607' } +0ms
  cypress:server:openproject launching browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false }, spec: cypress/integration/login.spec.js +1ms
  cypress:server:browsers opening browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false } +5ms
  cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +3m
  cypress:server:appdata path: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/extensions +3m
  cypress:server:browsers launch in chrome: http://localhost:63606/__/#/tests/integration/login.spec.js, --test-type,--ignore-certificate-errors,--start-maximized,--silent-debugger-extension-api,--no-default-browser-check,--no-first-run,--noerrdialogs,--enable-fixed-layout,--disable-popup-blocking,--disable-password-generation,--disable-save-password-bubble,--disable-single-click-autofill,--disable-prompt-on-repos,--disable-background-timer-throttling,--disable-renderer-backgrounding,--disable-renderer-throttling,--disable-restore-session-state,--disable-translate,--disable-new-profile-management,--disable-new-avatar-menu,--allow-insecure-localhost,--reduce-security-for-testing,--enable-automation,--disable-infobars,--disable-device-discovery-notifications,--autoplay-policy=no-user-gesture-required,--disable-site-isolation-trials,--metrics-recording-only,--disable-prompt-on-repost,--disable-hang-monitor,--disable-sync,--disable-web-resources,--safebrowsing-disable-auto-update,--safebrowsing-disable-download-protection,--disable-client-side-phishing-detection,--disable-component-update,--disable-default-apps,--use-fake-ui-for-media-stream,--use-fake-device-for-media-stream,--proxy-server=http://localhost:63606,--disable-web-security,--allow-running-insecure-content,--proxy-bypass-list=<-loopback>,--load-extension=/Users/aaroncorley/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/extension/theme,--user-data-dir=/Users/aaroncorley/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive,--disk-cache-dir=/Users/aaroncorley/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +3m
  cypress:launcher launching browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false } to open http://localhost:63606/__/#/tests/integration/login.spec.js +3m
  cypress:launcher spawning browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false } with args http://localhost:63606/__/#/tests/integration/login.spec.js --test-type --ignore-certificate-errors --start-maximized --silent-debugger-extension-api --no-default-browser-check --no-first-run --noerrdialogs --enable-fixed-layout --disable-popup-blocking --disable-password-generation --disable-save-password-bubble --disable-single-click-autofill --disable-prompt-on-repos --disable-background-timer-throttling --disable-renderer-backgrounding --disable-renderer-throttling --disable-restore-session-state --disable-translate --disable-new-profile-management --disable-new-avatar-menu --allow-insecure-localhost --reduce-security-for-testing --enable-automation --disable-infobars --disable-device-discovery-notifications --autoplay-policy=no-user-gesture-required --disable-site-isolation-trials --metrics-recording-only --disable-prompt-on-repost --disable-hang-monitor --disable-sync --disable-web-resources --safebrowsing-disable-auto-update --safebrowsing-disable-download-protection --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --use-fake-ui-for-media-stream --use-fake-device-for-media-stream --proxy-server=http://localhost:63606 --disable-web-security --allow-running-insecure-content --proxy-bypass-list=<-loopback> --load-extension=/Users/aaroncorley/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/extension/theme --user-data-dir=/Users/aaroncorley/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive --disk-cache-dir=/Users/aaroncorley/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +0ms
  cypress:server:browsers browser opened +41ms
  cypress:server:timers queuing timer id 378 after 1000 ms +112ms
  cypress:server:timers child received timer id 378 +112ms
  cypress:server:routes Serving Cypress front-end by requested URL: /__/ +3m
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:63606', strategy: 'file', visiting: false, domainName: 'localhost', fileServer: 'http://localhost:63607' } +375ms
  cypress:server:runner serving runner index.html with config { version: '3.3.0', platform: 'darwin', arch: 'x64', projectName: 'cyp-test' } +3m
GET /__/ 200 4.603 ms - -
  cypress:server:timers child sending timer id 377 +392ms
  cypress:server:timers clearing timer id 377 from queue { '377': { args: [], ms: 500, cb: [Function] }, '378': { args: [], ms: 1000, cb: [Function] } } +393ms
The automation client disconnected. Cannot continue running tests.
  cypress:server:server Got CONNECT request from accounts.google.com:443 +300ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'accounts.google.com:443' } +3m
  cypress:server:server Got CONNECT request from clientservices.googleapis.com:443 +0ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'clientservices.googleapis.com:443' } +0ms
  cypress:server:server HTTPS request does not match URL: https://accounts.google.com:443 with props: null +1ms
  cypress:https-proxy Making connection to accounts.google.com:443 +1ms
  cypress:server:server HTTPS request does not match URL: https://clientservices.googleapis.com:443 with props: null +0ms
  cypress:https-proxy Making connection to clientservices.googleapis.com:443 +1ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'clientservices.googleapis.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +3m
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'clientservices.googleapis.com', err: undefined } +51ms
GET /__cypress/runner/cypress_runner.css 200 1.539 ms - -
  cypress:network:connect successfully connected { opts: { port: '443', host: 'accounts.google.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +51ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'accounts.google.com', err: undefined } +50ms
  cypress:server:server Got CONNECT request from localhost:63606 +165ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:63606' } +63ms
  cypress:server:server HTTPS request does not match URL: https://localhost:63606 with props: null +0ms
  cypress:https-proxy Making connection to localhost:63606 +0ms
  cypress:network:connect successfully connected { opts: { port: '63606', host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +65ms
  cypress:https-proxy received upstreamSocket callback for request { port: '63606', hostname: 'localhost', err: undefined } +2ms
  cypress:server:server Got UPGRADE request from /__socket.io/?EIO=3&transport=websocket +2ms
  cypress:server:timers queuing timer id 379 after 85000 ms +409ms
  cypress:server:timers child received timer id 379 +410ms
  cypress:server:socket socket connected +3m
  cypress:server:timers clearing timer id 379 from queue { '378': { args: [], ms: 1000, cb: [Function] }, '379': { args: [], ms: 85000, cb: [Function] } } +5ms
  cypress:server:timers queuing timer id 380 after 85000 ms +0ms
  cypress:server:socket automation:client connected +5ms
  cypress:server:timers child received timer id 380 +5ms
GET /__cypress/runner/cypress_runner.js 200 1.478 ms - -
  cypress:server:timers child sending timer id 378 +197ms
  cypress:server:timers clearing timer id 378 from queue { '378': { args: [], ms: 1000, cb: [Function] }, '380': { args: [], ms: 85000, cb: [Function] } } +197ms
  cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.1265435112276012, data: { browserOpened: true } } } +1s
  cypress:server:server Got CONNECT request from localhost:63606 +333ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:63606' } +333ms
  cypress:server:server HTTPS request does not match URL: https://localhost:63606 with props: null +1ms
  cypress:https-proxy Making connection to localhost:63606 +1ms
  cypress:network:connect successfully connected { opts: { port: '63606', host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +335ms
  cypress:https-proxy received upstreamSocket callback for request { port: '63606', hostname: 'localhost', err: undefined } +1ms
  cypress:server:server Got UPGRADE request from /__socket.io/?EIO=3&transport=websocket +2ms
  cypress:server:timers queuing timer id 381 after 85000 ms +133ms
  cypress:server:timers child received timer id 381 +133ms
  cypress:server:socket socket connected +330ms
  cypress:server:timers clearing timer id 381 from queue { '380': { args: [], ms: 85000, cb: [Function] }, '381': { args: [], ms: 85000, cb: [Function] } } +63ms
  cypress:server:timers queuing timer id 382 after 85000 ms +0ms
  cypress:server:timers child received timer id 382 +63ms
  cypress:server:timers clearing timer id 382 from queue { '380': { args: [], ms: 85000, cb: [Function] }, '382': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 383 after 85000 ms +0ms
  cypress:server:timers child received timer id 383 +1ms
  cypress:server:timers queuing timer id 384 after 1000 ms +0ms
  cypress:server:timers child received timer id 384 +1ms
  cypress:server:timers clearing timer id 380 from queue { '380': { args: [], ms: 85000, cb: [Function] }, '383': { args: [], ms: 85000, cb: [Function] }, '384': { args: [], ms: 1000, cb: [Function: timeoutTimeout] } } +12ms
  cypress:server:timers queuing timer id 385 after 85000 ms +0ms
  cypress:server:timers child received timer id 385 +11ms
  cypress:server:timers clearing timer id 384 from queue { '383': { args: [], ms: 85000, cb: [Function] }, '384': { args: [], ms: 1000, cb: [Function: timeoutTimeout] }, '385': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:timers clearing timer id 383 from queue { '383': { args: [], ms: 85000, cb: [Function] }, '385': { args: [], ms: 85000, cb: [Function] } } +120ms
  cypress:server:timers queuing timer id 386 after 85000 ms +1ms
  cypress:server:events sending ipc data { type: 'on:spec:changed', data: { id: 0.2315034113290153, data: 'integration/login.spec.js' } } +330ms
  cypress:server:timers child received timer id 386 +121ms
GET /__cypress/runner/fonts/fontawesome-webfont.woff2?v=4.7.0 200 0.613 ms - 77160
  cypress:server:timers clearing timer id 386 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '386': { args: [], ms: 85000, cb: [Function] } } +72ms
  cypress:server:timers queuing timer id 387 after 85000 ms +0ms
  cypress:server:socket watch test file 'integration/login.spec.js' +269ms
  cypress:server:timers child received timer id 387 +73ms
  cypress:server:preprocessor removeFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +3m
  cypress:server:preprocessor base emitter plugin close event +0ms
  cypress:server:preprocessor base emitter native close event +0ms
  cypress:browserify close: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +3m
  cypress:browserify close: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +0ms
  cypress:server:socket will watch test file path 'cypress/integration/login.spec.js' +1ms
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +0ms
  cypress:server:appdata path: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js +1s
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +1s
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +1ms
  cypress:browserify input: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +0ms
  cypress:browserify output: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js +0ms
  cypress:browserify browserifyOptions { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [ '/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/@cypress/browserify-preprocessor/cjsxify.js', [Object] ], [ '/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, entries: [ '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js' ] }: +0ms
  cypress:browserify watching +2ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:63606', strategy: 'file', visiting: false, domainName: 'localhost', fileServer: 'http://localhost:63607' } +276ms
  cypress:browserify making bundle /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js +4ms
GET /__cypress/iframes/integration/login.spec.js 200 7.139 ms - 722
  cypress:server:timers queuing timer id 388 after 0 ms +17ms
  cypress:server:timers child received timer id 388 +17ms
  cypress:server:timers child sending timer id 388 +1ms
  cypress:server:timers clearing timer id 388 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '387': { args: [], ms: 85000, cb: [Function] }, '388': { args: [], ms: 0, cb: [Function: clear] } } +16ms
  cypress:server:timers clearing timer id 388 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '387': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:timers queuing timer id 389 after 0 ms +0ms
  cypress:server:timers child received timer id 389 +14ms
  cypress:server:controllers:spec request for { spec: 'cypress/support/index.js' } +3m
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +33ms
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +33ms
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function], close: [ [Function], [Function] ] }, _eventsCount: 2, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js', shouldWatch: cypress:server:timers child sending timer id 389 +2ms
mtrue, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/support/index.js' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +42ms
  cypress:browserify already have bundle for: /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +0ms
  cypress:server:controllers:spec request for { spec: 'cypress/integration/login.spec.js' } +17ms
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +17ms
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +17ms
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function], close: [Function] }, _eventsCount: 2, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +2ms
  cypress:browserify already have bundle for: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +0ms
  cypress:browserify finished bundling: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js +0ms
  cypress:server:timers clearing timer id 389 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '387': { args: [], ms: 85000, cb: [Function] }, '389': { args: [], ms: 0, cb: [Function: clear] } } +19ms
  cypress:server:timers clearing timer id 389 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '387': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:controllers:spec sending spec { filePath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/support/index.js' } +1ms
  cypress:server:controllers:spec sending spec { filePath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js' } +1ms
GET /__cypress/tests?p=cypress/integration/login.spec.js-155 200 3.705 ms - 741
GET /__cypress/tests?p=cypress/support/index.js-809 200 20.485 ms - -
  cypress:server:timers clearing timer id 387 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '387': { args: [], ms: 85000, cb: [Function] } } +9ms
  cypress:server:timers queuing timer id 390 after 85000 ms +0ms
  cypress:server:timers child received timer id 390 +27ms
  cypress:server:timers clearing timer id 390 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '390': { args: [], ms: 85000, cb: [Function] } } +39ms
  cypress:server:timers queuing timer id 391 after 85000 ms +0ms
  cypress:server:socket automation:request get:cookies { domain: 'localhost' } +99ms
  cypress:server:timers child received timer id 391 +38ms
  cypress:server:cookies getting:cookies { domain: 'localhost' } +3m
  cypress:server:timers clearing timer id 385 from queue { '385': { args: [], ms: 85000, cb: [Function] }, '391': { args: [], ms: 85000, cb: [Function] } } +4ms
  cypress:server:timers queuing timer id 392 after 85000 ms +0ms
  cypress:server:timers child received timer id 392 +4ms
  cypress:server:cookies received get:cookies [] +4ms
  cypress:server:timers clearing timer id 392 from queue { '391': { args: [], ms: 85000, cb: [Function] }, '392': { args: [], ms: 85000, cb: [Function] } } +13ms
  cypress:server:timers queuing timer id 393 after 85000 ms +0ms
  cypress:server:timers child received timer id 393 +14ms
  cypress:server:timers clearing timer id 391 from queue { '391': { args: [], ms: 85000, cb: [Function] }, '393': { args: [], ms: 85000, cb: [Function] } } +6ms
  cypress:server:timers queuing timer id 394 after 85000 ms +0ms
  cypress:server:timers child received timer id 394 +5ms
  cypress:server:socket backend:request { eventName: 'resolve:url', args: [ 'https://bogus.sirsidynix.com/admin', { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } ] } +23ms
  cypress:server:server resolving visit { url: 'https://bogus.sirsidynix.com/admin', headers: { host: 'localhost:63606', connection: 'Upgrade', pragma: 'no-cache', 'cache-control': 'no-cache', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', upgrade: 'websocket', origin: 'http://localhost:63606', 'sec-websocket-version': '13', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', 'sec-websocket-key': 'ZIYvBs9pudPj8JJJm7F3Bg==', 'sec-websocket-extensions': 'permessage-deflate; client_max_window_bits' }, options: { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } } +117ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:63606', strategy: 'file', visiting: false, domainName: 'localhost', fileServer: 'http://localhost:63607' } +0ms
  cypress:server:server sending request with options { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*' }, timeout: 30000, gzip: false, url: 'https://bogus.sirsidynix.com/admin', onBeforeReqInit: [Function: runPhase], followRedirect: [Function: followRedirect] } +0ms
  cypress:server:cookies getting:cookies { url: 'https://bogus.sirsidynix.com/admin' } +20ms
  cypress:server:timers clearing timer id 393 from queue { '393': { args: [], ms: 85000, cb: [Function] }, '394': { args: [], ms: 85000, cb: [Function] } } +3ms
  cypress:server:timers queuing timer id 395 after 85000 ms +1ms
  cypress:server:timers child received timer id 395 +4ms
  cypress:server:cookies received get:cookies [ { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1558559715 } ] +3ms
  cypress:server:request sending request as stream { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36' }, timeout: 30000, gzip: false, url: 'https://bogus.sirsidynix.com/admin', onBeforeReqInit: [Function: runPhase] } +3m
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin +3m
  cypress:server:timers queuing timer id 396 after 30000 ms +8ms
  cypress:server:timers child received timer id 396 +8ms
  cypress:server:server Got CONNECT request from clients1.google.com:443 +11ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'clients1.google.com:443' } +405ms
  cypress:server:timers clearing timer id 396 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '395': { args: [], ms: 85000, cb: [Function] }, '396': { args: [], ms: 30000, cb: [Function] } } +1ms
  cypress:server:server HTTPS request does not match URL: https://clients1.google.com:443 with props: null +1ms
  cypress:https-proxy Making connection to clients1.google.com:443 +1ms
  cypress:server:request setting request jar cookies [ { key: '_ga', value: 'GA1.2.1032615211.1558472674', expires: '2021-05-20T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.867Z', lastAccessed: '2019-05-21T21:17:57.873Z', url: 'https://bogus.sirsidynix.com/admin' }, { key: '_gid', value: 'GA1.2.240831227.1558472674', expires: '2019-05-22T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.869Z', lastAccessed: '2019-05-21T21:17:57.873Z', url: 'https://bogus.sirsidynix.com/admin' } ] +43ms
  cypress:server:cookies set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1621545315, url: 'https://bogus.sirsidynix.com/admin' } +48ms
  cypress:server:timers clearing timer id 395 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '395': { args: [], ms: 85000, cb: [Function] } } +42ms
  cypress:server:timers queuing timer id 397 after 85000 ms +0ms
  cypress:server:timers child received timer id 397 +43ms
  cypress:server:cookies received set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 } +3ms
  cypress:server:cookies set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1558559715, url: 'https://bogus.sirsidynix.com/admin' } +1ms
  cypress:server:timers clearing timer id 397 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '397': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 398 after 85000 ms +0ms
  cypress:server:timers child received timer id 398 +2ms
  cypress:server:timers clearing timer id 398 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '398': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 399 after 85000 ms +0ms
  cypress:server:timers child received timer id 399 +7ms
  cypress:server:cookies received set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } +8ms
  cypress:server:cookies getting:cookies { url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +0ms
  cypress:server:timers clearing timer id 399 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '399': { args: [], ms: 85000, cb: [Function] } } +7ms
  cypress:server:timers queuing timer id 400 after 85000 ms +0ms
  cypress:server:timers child received timer id 400 +1ms
  cypress:server:timers clearing timer id 400 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '400': { args: [], ms: 85000, cb: [Function] } } +3ms
  cypress:server:timers queuing timer id 401 after 85000 ms +0ms
  cypress:server:timers child received timer id 401 +3ms
  cypress:server:cookies received get:cookies [ { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1558559715 } ] +4ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser +61ms
  cypress:server:request setting request jar cookies [ { key: '_ga', value: 'GA1.2.1032615211.1558472674', expires: '2021-05-20T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.867Z', lastAccessed: '2019-05-21T21:17:57.934Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' }, { key: '_gid', value: 'GA1.2.240831227.1558472674', expires: '2019-05-22T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.869Z', lastAccessed: '2019-05-21T21:17:57.934Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' }, { key: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', domain: 'bogus.sirsidynix.com', path: '/bcsp', secure: true, httpOnly: true, hostOnly: true, creation: '2019-05-21T21:17:57.941Z', lastAccessed: '2019-05-21T21:17:57.941Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } ] +28ms
  cypress:server:cookies set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1621545315, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +12ms
  cypress:server:timers clearing timer id 401 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '401': { args: [], ms: 85000, cb: [Function] } } +14ms
  cypress:server:timers queuing timer id 402 after 85000 ms +1ms
  cypress:server:timers child received timer id 402 +15ms
  cypress:server:cookies received set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 } +3ms
  cypress:server:cookies set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1558559715, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +0ms
  cypress:server:timers clearing timer id 402 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '402': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 403 after 85000 ms +0ms
  cypress:server:timers child received timer id 403 +1ms
  cypress:server:timers clearing timer id 403 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '403': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 404 after 85000 ms +0ms
  cypress:server:timers child received timer id 404 +1ms
  cypress:server:cookies received set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } +2ms
  cypress:server:cookies set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', secure: true, httpOnly: true, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +1ms
  cypress:server:timers clearing timer id 404 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '404': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 405 after 85000 ms +0ms
  cypress:server:timers child received timer id 405 +2ms
  cypress:server:timers clearing timer id 405 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '405': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 406 after 85000 ms +0ms
  cypress:server:timers child received timer id 406 +1ms
  cypress:server:cookies received set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true } +2ms
  cypress:server:cookies getting:cookies { url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' } +0ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'clients1.google.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +481ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'clients1.google.com', err: undefined } +75ms
  cypress:server:timers clearing timer id 406 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '406': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 407 after 85000 ms +0ms
  cypress:server:timers child received timer id 407 +1ms
  cypress:server:timers clearing timer id 407 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '407': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 408 after 85000 ms +0ms
  cypress:server:timers child received timer id 408 +1ms
  cypress:server:cookies received get:cookies [ { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1558559715 } ] +2ms
  cypress:server:request setting request jar cookies [ { key: '_ga', value: 'GA1.2.1032615211.1558472674', expires: '2021-05-20T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.867Z', lastAccessed: '2019-05-21T21:17:57.954Z', url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' }, { key: '_gid', value: 'GA1.2.240831227.1558472674', expires: '2019-05-22T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.869Z', lastAccessed: '2019-05-21T21:17:57.955Z', url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' }, { key: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', domain: 'bogus.sirsidynix.com', path: '/bcsp', secure: true, httpOnly: true, hostOnly: true, creation: '2019-05-21T21:17:57.941Z', lastAccessed: '2019-05-21T21:17:57.941Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } ] +14ms
  cypress:server:cookies set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1621545315, url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' } +3ms
  cypress:server:timers clearing timer id 408 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '408': { args: [], ms: 85000, cb: [Function] } } +5ms
  cypress:server:timers queuing timer id 409 after 85000 ms +0ms
  cypress:server:timers child received timer id 409 +6ms
  cypress:server:cookies received set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 } +3ms
  cypress:server:cookies set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1558559715, url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' } +0ms
  cypress:server:timers clearing timer id 409 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '409': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 410 after 85000 ms +0ms
  cypress:server:timers child received timer id 410 +1ms
  cypress:server:timers clearing timer id 410 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '410': { args: [], ms: 85000, cb: [Function] } } +3ms
  cypress:server:timers queuing timer id 411 after 85000 ms +0ms
  cypress:server:timers child received timer id 411 +3ms
  cypress:server:cookies received set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } +4ms
  cypress:server:cookies set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', secure: true, httpOnly: true, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +32ms
  cypress:server:timers clearing timer id 411 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '411': { args: [], ms: 85000, cb: [Function] } } +34ms
  cypress:server:timers queuing timer id 412 after 85000 ms +0ms
  cypress:server:timers child received timer id 412 +34ms
  cypress:server:timers clearing timer id 412 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '412': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 413 after 85000 ms +0ms
  cypress:server:timers child received timer id 413 +1ms
  cypress:server:cookies received set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true } +4ms
  cypress:server:cookies getting:cookies { url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +0ms
  cypress:server:timers clearing timer id 413 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '413': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 414 after 85000 ms +0ms
  cypress:server:timers child received timer id 414 +2ms
  cypress:server:timers clearing timer id 414 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '414': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 415 after 85000 ms +0ms
  cypress:server:timers child received timer id 415 +2ms
  cypress:server:cookies received get:cookies [ { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true, hostOnly: true }, { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, hostOnly: false, expiry: 1558559715 } ] +3ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check +70ms
  cypress:server:request received status code on request { requestId: 'request143', statusCode: 200 } +80ms
  cypress:server:request successful response received { requestId: 'request143' } +0ms
  cypress:server:server resolve:url headers received, buffering response { headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:58 GMT', 'content-type': 'text/html;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'no-cache, no-store, max-age=0, must-revalidate', pragma: 'no-cache', expires: '0', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-language': 'en', vary: 'Accept-Encoding' }, statusCode: 200 } +160ms
  cypress:server:request setting request jar cookies [ { key: '_ga', value: 'GA1.2.1032615211.1558472674', expires: '2021-05-20T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.867Z', lastAccessed: '2019-05-21T21:17:58.004Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' }, { key: '_gid', value: 'GA1.2.240831227.1558472674', expires: '2019-05-22T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.869Z', lastAccessed: '2019-05-21T21:17:58.004Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' }, { key: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', domain: 'bogus.sirsidynix.com', path: '/bcsp', secure: true, httpOnly: true, hostOnly: true, creation: '2019-05-21T21:17:57.941Z', lastAccessed: '2019-05-21T21:17:58.002Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } ] +0ms
  cypress:server:cookies set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1621545315, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +35ms
  cypress:server:timers clearing timer id 415 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '415': { args: [], ms: 85000, cb: [Function] } } +39ms
  cypress:server:timers queuing timer id 416 after 85000 ms +0ms
  cypress:server:timers child received timer id 416 +38ms
  cypress:server:cookies received set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 } +3ms
  cypress:server:cookies set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1558559715, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +22ms
  cypress:server:timers clearing timer id 416 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '416': { args: [], ms: 85000, cb: [Function] } } +23ms
  cypress:server:timers queuing timer id 417 after 85000 ms +0ms
  cypress:server:timers child received timer id 417 +24ms
  cypress:server:timers clearing timer id 417 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '417': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 418 after 85000 ms +0ms
  cypress:server:timers child received timer id 418 +1ms
  cypress:server:cookies received set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } +3ms
  cypress:server:cookies set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', secure: true, httpOnly: true, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +1ms
  cypress:server:timers clearing timer id 418 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '418': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 419 after 85000 ms +1ms
  cypress:server:timers child received timer id 419 +2ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/aaroncorley/Development/acorley/cyp-test' } +399ms
  cypress:server:project get project status for undefined /Users/aaroncorley/Development/acorley/cyp-test +2s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.8262360785536429, data: { path: '/Users/aaroncorley/Development/acorley/cyp-test', state: 'VALID' } } } +1ms
  cypress:server:timers clearing timer id 419 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '419': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 420 after 85000 ms +1ms
  cypress:server:timers child received timer id 420 +2ms
  cypress:server:cookies received set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true } +3ms
  cypress:server:server setting details resolving url { isOkStatusCode: true, isHtml: true, contentType: 'text/html', url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', status: 200, cookies: [ { key: '_ga', value: 'GA1.2.1032615211.1558472674', expires: '2021-05-20T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.867Z', lastAccessed: '2019-05-21T21:17:58.004Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser', name: '_ga', expiry: 1621545315 }, { key: '_gid', value: 'GA1.2.240831227.1558472674', expires: '2019-05-22T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.869Z', lastAccessed: '2019-05-21T21:17:58.004Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser', name: '_gid', expiry: 1558559715 }, { key: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', domain: 'bogus.sirsidynix.com', path: '/bcsp', secure: true, httpOnly: true, hostOnly: true, creation: '2019-05-21T21:17:57.941Z', lastAccessed: '2019-05-21T21:17:58.002Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser', name: 'JSESSIONID' } ], statusText: 'OK', redirects: [ '302: https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser', '302: https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' ], originalUrl: 'https://bogus.sirsidynix.com/admin' } +33ms
  cypress:server:server resolve:url response ended, setting buffer { newUrl: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', details: { isOkStatusCode: true, isHtml: true, contentType: 'text/html', url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', status: 200, cookies: [ [Object], [Object], [Object] ], statusText: 'OK', redirects: [ '302: https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser', '302: https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check' ], originalUrl: 'https://bogus.sirsidynix.com/admin' } } +0ms
  cypress:server:server Setting remoteAuth null +1ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +3m
  cypress:server:server Setting remoteOrigin https://bogus.sirsidynix.com +0ms
  cypress:server:server Setting remoteHostAndPort { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:server:server Setting remoteDocDomain sirsidynix.com +0ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +0ms
  cypress:server:timers clearing timer id 420 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '420': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 421 after 85000 ms +0ms
  cypress:server:timers child received timer id 421 +2ms
  cypress:server:timers clearing timer id 394 from queue { '394': { args: [], ms: 85000, cb: [Function] }, '421': { args: [], ms: 85000, cb: [Function] } } +3ms
  cypress:server:timers queuing timer id 422 after 85000 ms +1ms
  cypress:server:timers child received timer id 422 +4ms
  cypress:server:socket backend:request { eventName: 'preserve:run:state', args: [ { currentId: 'r3', tests: {}, startTime: '2019-05-21T21:17:57.809Z', emissions: [Object], passed: 0, failed: 0, pending: 0, numLogs: 0, autoScrollingEnabled: true, scrollTop: 0 } ] } +212ms
  cypress:server:timers clearing timer id 421 from queue { '421': { args: [], ms: 85000, cb: [Function] }, '422': { args: [], ms: 85000, cb: [Function] } } +8ms
  cypress:server:timers queuing timer id 423 after 85000 ms +0ms
  cypress:server:timers child received timer id 423 +8ms
  cypress:server:timers clearing timer id 423 from queue { '422': { args: [], ms: 85000, cb: [Function] }, '423': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 424 after 85000 ms +0ms
  cypress:server:timers child received timer id 424 +1ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +18ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +137ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +0ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +19ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +1ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +1ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +140ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +1ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +0ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +0ms
  cypress:server:routes Serving Cypress front-end by requested URL: /__/ +2s
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +124ms
  cypress:server:runner serving runner index.html with config { version: '3.3.0', platform: 'darwin', arch: 'x64', projectName: 'cyp-test' } +2s
GET /__/ 200 2.028 ms - -
  cypress:server:timers clearing timer id 424 from queue { '422': { args: [], ms: 85000, cb: [Function] }, '424': { args: [], ms: 85000, cb: [Function] } } +139ms
  cypress:server:timers queuing timer id 425 after 85000 ms +0ms
  cypress:server:timers child received timer id 425 +139ms
  cypress:server:timers queuing timer id 426 after 30000 ms +1ms
  cypress:server:timers child received timer id 426 +2ms
  cypress:server:timers clearing timer id 426 from queue { '422': { args: [], ms: 85000, cb: [Function] }, '425': { args: [], ms: 85000, cb: [Function] }, '426': { args: [], ms: 30000, cb: [Function: bound cleanupWebsocketResources] } } +1ms
  cypress:server:timers clearing timer id 422 from queue { '422': { args: [], ms: 85000, cb: [Function] }, '425': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:timers clearing timer id 422 from queue { '425': { args: [], ms: 85000, cb: [Function] } } +0ms
GET /__cypress/runner/cypress_runner.css 200 1.021 ms - -
GET /__cypress/runner/cypress_runner.js 200 0.890 ms - -
  cypress:server:timers child sending timer id 384 +313ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +429ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +551ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +553ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +553ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +2ms
  cypress:server:server Got UPGRADE request from /__socket.io/?EIO=3&transport=websocket +3ms
  cypress:server:timers queuing timer id 427 after 85000 ms +421ms
  cypress:server:socket socket connected +571ms
  cypress:server:timers child received timer id 427 +108ms
  cypress:server:timers clearing timer id 427 from queue { '425': { args: [], ms: 85000, cb: [Function] }, '427': { args: [], ms: 85000, cb: [Function] } } +58ms
  cypress:server:timers queuing timer id 428 after 85000 ms +0ms
  cypress:server:timers child received timer id 428 +59ms
  cypress:server:timers clearing timer id 428 from queue { '425': { args: [], ms: 85000, cb: [Function] }, '428': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 429 after 85000 ms +1ms
  cypress:server:timers queuing timer id 430 after 1000 ms +0ms
  cypress:server:timers child received timer id 429 +1ms
  cypress:server:timers child received timer id 430 +0ms
  cypress:server:timers clearing timer id 425 from queue { '425': { args: [], ms: 85000, cb: [Function] }, '429': { args: [], ms: 85000, cb: [Function] }, '430': { args: [], ms: 1000, cb: [Function: timeoutTimeout] } } +4ms
  cypress:server:timers queuing timer id 431 after 85000 ms +0ms
  cypress:server:timers child received timer id 431 +4ms
  cypress:server:timers clearing timer id 430 from queue { '429': { args: [], ms: 85000, cb: [Function] }, '430': { args: [], ms: 1000, cb: [Function: timeoutTimeout] }, '431': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:timers clearing timer id 429 from queue { '429': { args: [], ms: 85000, cb: [Function] }, '431': { args: [], ms: 85000, cb: [Function] } } +33ms
  cypress:server:timers queuing timer id 432 after 85000 ms +0ms
  cypress:server:events sending ipc data { type: 'on:spec:changed', data: { id: 0.2315034113290153, data: 'integration/login.spec.js' } } +675ms
  cypress:server:timers child received timer id 432 +33ms
GET /__cypress/runner/fonts/fontawesome-webfont.woff2?v=4.7.0 200 0.545 ms - 77160
  cypress:server:timers clearing timer id 432 from queue { '431': { args: [], ms: 85000, cb: [Function] }, '432': { args: [], ms: 85000, cb: [Function] } } +25ms
  cypress:server:timers queuing timer id 433 after 85000 ms +0ms
  cypress:server:socket watch test file 'integration/login.spec.js' +122ms
  cypress:server:timers child received timer id 433 +25ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +124ms
GET /__cypress/iframes/integration/login.spec.js 200 3.047 ms - 727
  cypress:server:controllers:spec request for { spec: 'cypress/support/index.js' } +985ms
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +988ms
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +988ms
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function], close: [ [Function], [Function] ] }, _eventsCount: 2, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/support/index.js' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +987ms
  cypress:browserify already have bundle for: /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +0ms
  cypress:server:controllers:spec request for { spec: 'cypress/integration/login.spec.js' } +2ms
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +1ms
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +1ms
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function], close: [Function] }, _eventsCount: 2, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +2ms
  cypress:browserify already have bundle for: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +0ms
  cypress:server:controllers:spec sending spec { filePath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/support/index.js' } +1ms
  cypress:server:controllers:spec sending spec { filePath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration/login.spec.js' } +0ms
GET /__cypress/tests?p=cypress/integration/login.spec.js-406 200 2.483 ms - 741
GET /__cypress/tests?p=cypress/support/index.js-133 200 3.662 ms - -
  cypress:server:timers clearing timer id 433 from queue { '431': { args: [], ms: 85000, cb: [Function] }, '433': { args: [], ms: 85000, cb: [Function] } } +31ms
  cypress:server:timers queuing timer id 434 after 85000 ms +0ms
  cypress:server:timers child received timer id 434 +31ms
  cypress:server:timers clearing timer id 434 from queue { '431': { args: [], ms: 85000, cb: [Function] }, '434': { args: [], ms: 85000, cb: [Function] } } +20ms
  cypress:server:timers queuing timer id 435 after 85000 ms +0ms
  cypress:server:socket automation:request get:cookies { domain: 'sirsidynix.com' } +51ms
  cypress:server:timers child received timer id 435 +20ms
  cypress:server:cookies getting:cookies { domain: 'sirsidynix.com' } +750ms
  cypress:server:timers clearing timer id 431 from queue { '431': { args: [], ms: 85000, cb: [Function] }, '435': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 436 after 85000 ms +0ms
  cypress:server:timers child received timer id 436 +2ms
  cypress:server:cookies received get:cookies [ { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true }, { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } ] +3ms
  cypress:server:timers clearing timer id 435 from queue { '435': { args: [], ms: 85000, cb: [Function] }, '436': { args: [], ms: 85000, cb: [Function] } } +20ms
  cypress:server:timers queuing timer id 437 after 85000 ms +0ms
  cypress:server:timers child received timer id 437 +20ms
  cypress:server:socket automation:request clear:cookies [ { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true }, { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } ] +22ms
  cypress:server:cookies clear:cookies [ { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true }, { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 }, { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } ] +20ms
  cypress:server:timers clearing timer id 436 from queue { '436': { args: [], ms: 85000, cb: [Function] }, '437': { args: [], ms: 85000, cb: [Function] } } +4ms
  cypress:server:timers queuing timer id 438 after 85000 ms +0ms
  cypress:server:timers child received timer id 438 +4ms
  cypress:server:timers clearing timer id 438 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '438': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 439 after 85000 ms +0ms
  cypress:server:timers child received timer id 439 +2ms
  cypress:server:timers clearing timer id 439 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '439': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 440 after 85000 ms +0ms
  cypress:server:timers child received timer id 440 +0ms
  cypress:server:timers clearing timer id 440 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '440': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 441 after 85000 ms +0ms
  cypress:server:timers child received timer id 441 +1ms
  cypress:server:timers clearing timer id 441 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '441': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 442 after 85000 ms +0ms
  cypress:server:timers child received timer id 442 +1ms
  cypress:server:timers clearing timer id 442 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '442': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:timers queuing timer id 443 after 85000 ms +0ms
  cypress:server:timers child received timer id 443 +0ms
  cypress:server:timers clearing timer id 443 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '443': { args: [], ms: 85000, cb: [Function] } } +23ms
  cypress:server:timers queuing timer id 444 after 85000 ms +1ms
  cypress:server:timers child received timer id 444 +24ms
  cypress:server:timers clearing timer id 437 from queue { '437': { args: [], ms: 85000, cb: [Function] }, '444': { args: [], ms: 85000, cb: [Function] } } +5ms
  cypress:server:timers queuing timer id 445 after 85000 ms +0ms
  cypress:server:socket backend:request { eventName: 'resolve:url', args: [ 'https://bogus.sirsidynix.com/admin', { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } ] } +37ms
  cypress:server:timers child received timer id 445 +5ms
  cypress:server:server resolving visit { url: 'https://bogus.sirsidynix.com/admin', headers: { host: 'bogus.sirsidynix.com', connection: 'Upgrade', pragma: 'no-cache', 'cache-control': 'no-cache', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', upgrade: 'websocket', origin: 'https://bogus.sirsidynix.com', 'sec-websocket-version': '13', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674', 'sec-websocket-key': 'iX2+k71IQuF7GNWypsymVQ==', 'sec-websocket-extensions': 'permessage-deflate; client_max_window_bits' }, options: { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } } +109ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1ms
  cypress:server:server got previous request buffer for url: https://bogus.sirsidynix.com/admin +0ms
  cypress:server:request setting request jar cookies [ { key: '_ga', value: 'GA1.2.1032615211.1558472674', expires: '2021-05-20T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.867Z', lastAccessed: '2019-05-21T21:17:58.004Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' }, { key: '_gid', value: 'GA1.2.240831227.1558472674', expires: '2019-05-22T21:15:15.000Z', domain: 'sirsidynix.com', path: '/', hostOnly: false, creation: '2019-05-21T21:17:57.869Z', lastAccessed: '2019-05-21T21:17:58.004Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' }, { key: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', domain: 'bogus.sirsidynix.com', path: '/bcsp', secure: true, httpOnly: true, hostOnly: true, creation: '2019-05-21T21:17:57.941Z', lastAccessed: '2019-05-21T21:17:58.002Z', url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } ] +843ms
  cypress:server:cookies set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1621545315, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +56ms
  cypress:server:timers clearing timer id 444 from queue { '444': { args: [], ms: 85000, cb: [Function] }, '445': { args: [], ms: 85000, cb: [Function] } } +21ms
  cypress:server:timers queuing timer id 446 after 85000 ms +0ms
  cypress:server:timers child received timer id 446 +22ms
  cypress:server:cookies received set:cookie { name: '_ga', value: 'GA1.2.1032615211.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1621545315 } +2ms
  cypress:server:cookies set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: 'sirsidynix.com', expirationDate: 1558559715, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +0ms
  cypress:server:timers clearing timer id 446 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '446': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 447 after 85000 ms +0ms
  cypress:server:timers child received timer id 447 +1ms
  cypress:server:timers clearing timer id 447 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '447': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 448 after 85000 ms +0ms
  cypress:server:timers child received timer id 448 +1ms
  cypress:server:cookies received set:cookie { name: '_gid', value: 'GA1.2.240831227.1558472674', path: '/', domain: '.sirsidynix.com', secure: false, httpOnly: false, expiry: 1558559715 } +2ms
  cypress:server:cookies set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', secure: true, httpOnly: true, url: 'https://bogus.sirsidynix.com/bcsp/rest/v1/currentuser' } +0ms
  cypress:server:timers clearing timer id 448 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '448': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 449 after 85000 ms +0ms
  cypress:server:timers child received timer id 449 +1ms
  cypress:server:timers clearing timer id 449 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '449': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 450 after 85000 ms +0ms
  cypress:server:timers child received timer id 450 +1ms
  cypress:server:cookies received set:cookie { name: 'JSESSIONID', value: '4C9BB88E035FE6DAB01C0D60DE88D994', path: '/bcsp', domain: 'bogus.sirsidynix.com', secure: true, httpOnly: true } +2ms
  cypress:server:timers clearing timer id 450 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '450': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 451 after 85000 ms +0ms
  cypress:server:timers child received timer id 451 +1ms
  cypress:server:timers clearing timer id 451 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '451': { args: [], ms: 85000, cb: [Function] } } +3ms
  cypress:server:timers queuing timer id 452 after 85000 ms +0ms
  cypress:server:timers child received timer id 452 +4ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +30ms
  cypress:server:proxy handling proxied request { url: '/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', proxiedUrl: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', referer: 'https://bogus.sirsidynix.com/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cypress.initial=true; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +3m
  cypress:server:buffers found request buffer { buffer: { url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', originalUrl: 'https://bogus.sirsidynix.com/admin' }, bufferCount: 0 } +3s
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:58 GMT', 'content-type': 'text/html;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'no-cache, no-store, max-age=0, must-revalidate', pragma: 'no-cache', expires: '0', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-language': 'en', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: undefined, wantsInjection: 'full', wantsSecurityRemoved: true } +1ms
GET /cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check 200 1.245 ms - -
  cypress:server:timers clearing timer id 452 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '452': { args: [], ms: 85000, cb: [Function] } } +5ms
  cypress:server:timers queuing timer id 453 after 85000 ms +1ms
  cypress:server:timers child received timer id 453 +5ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +17ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/font-awesome/5.0.13/web-fonts-with-css/css/fontawesome-all.min.css', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/font-awesome/5.0.13/web-fonts-with-css/css/fontawesome-all.min.css', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/css,*/*;q=0.1', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +16ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/font-awesome/5.0.13/web-fonts-with-css/css/fontawesome-all.min.css +922ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +3ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/lato/0.3.0/css/lato.min.css', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/lato/0.3.0/css/lato.min.css', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/css,*/*;q=0.1', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +3ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/lato/0.3.0/css/lato.min.css +4ms
  cypress:server:server Got CONNECT request from maxcdn.bootstrapcdn.com:443 +3ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'maxcdn.bootstrapcdn.com:443' } +288ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +0ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +0ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +1ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +1ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +0ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'bootstrapcdn' } +291ms
  cypress:server:server HTTPS request does not match URL: https://maxcdn.bootstrapcdn.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:https-proxy Making connection to maxcdn.bootstrapcdn.com:443 +1ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +41ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +41ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +41ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +1ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +0ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +0ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:server:request received status code on request { requestId: 'request144', statusCode: 200 } +98ms
  cypress:server:request successful response received { requestId: 'request144' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/font-awesome/5.0.13/web-fonts-with-css/css/fontawesome-all.min.css', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:58 GMT', 'content-type': 'text/css;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Wed, 21 Nov 2018 16:34:26 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +48ms
GET /cas/webjars/font-awesome/5.0.13/web-fonts-with-css/css/fontawesome-all.min.css 200 51.814 ms - -
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +335ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +3ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +0ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +0ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +1ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +1ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +0ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +0ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +5ms
  cypress:server:proxy handling proxied request { url: '/cas/css/cas.css', proxiedUrl: 'https://bogus.sirsidynix.com/cas/css/cas.css', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/css,*/*;q=0.1', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +4ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/css/cas.css +52ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +4ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/jquery/3.3.1/jquery.min.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/jquery/3.3.1/jquery.min.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +4ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/jquery/3.3.1/jquery.min.js +3ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/zxcvbn/4.3.0/zxcvbn.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/zxcvbn/4.3.0/zxcvbn.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/zxcvbn/4.3.0/zxcvbn.js +2ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/jquery-ui/1.12.1/jquery-ui.min.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/jquery-ui/1.12.1/jquery-ui.min.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/jquery-ui/1.12.1/jquery-ui.min.js +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/jquery-cookie/1.4.1-1/jquery.cookie.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/jquery-cookie/1.4.1-1/jquery.cookie.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/jquery-cookie/1.4.1-1/jquery.cookie.js +2ms
  cypress:server:request received status code on request { requestId: 'request145', statusCode: 200 } +18ms
  cypress:server:request successful response received { requestId: 'request145' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/lato/0.3.0/css/lato.min.css', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'text/css;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Fri, 28 Dec 2018 16:45:16 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +4ms
GET /cas/webjars/lato/0.3.0/css/lato.min.css 200 66.626 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +7ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/bootstrap/4.1.0/js/bootstrap.bundle.min.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/bootstrap/4.1.0/js/bootstrap.bundle.min.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/bootstrap/4.1.0/js/bootstrap.bundle.min.js +9ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'maxcdn.bootstrapcdn.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +24ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'maxcdn.bootstrapcdn.com', err: undefined } +24ms
  cypress:server:request received status code on request { requestId: 'request150', statusCode: 200 } +12ms
  cypress:server:request successful response received { requestId: 'request150' } +1ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/jquery-cookie/1.4.1-1/jquery.cookie.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Sat, 01 Dec 2018 16:35:34 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +11ms
  cypress:server:request received status code on request { requestId: 'request151', statusCode: 200 } +41ms
  cypress:server:request successful response received { requestId: 'request151' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/bootstrap/4.1.0/js/bootstrap.bundle.min.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Wed, 21 Nov 2018 16:34:24 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +41ms
  cypress:server:request received status code on request { requestId: 'request148', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request148' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/zxcvbn/4.3.0/zxcvbn.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Sat, 01 Dec 2018 16:35:34 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +1ms
  cypress:server:request received status code on request { requestId: 'request147', statusCode: 200 } +2ms
  cypress:server:request successful response received { requestId: 'request147' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/jquery/3.3.1/jquery.min.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Mon, 19 Nov 2018 15:57:04 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +3ms
  cypress:server:request received status code on request { requestId: 'request149', statusCode: 200 } +2ms
  cypress:server:request successful response received { requestId: 'request149' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/jquery-ui/1.12.1/jquery-ui.min.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Sat, 01 Dec 2018 16:35:34 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +1ms
  cypress:server:request received status code on request { requestId: 'request146', statusCode: 200 } +5ms
  cypress:server:request successful response received { requestId: 'request146' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/css/cas.css', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'text/css;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Thu, 11 Apr 2019 20:27:36 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +5ms
GET /cas/css/cas.css 200 78.001 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +71ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/headjs/1.0.3/head.min.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/headjs/1.0.3/head.min.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +9ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/headjs/1.0.3/head.min.js +69ms
GET /cas/webjars/jquery-cookie/1.4.1-1/jquery.cookie.js 200 64.455 ms - -
  cypress:server:request received status code on request { requestId: 'request152', statusCode: 200 } +18ms
  cypress:server:request successful response received { requestId: 'request152' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/headjs/1.0.3/head.min.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Sat, 01 Dec 2018 16:35:34 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +9ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +10ms
  cypress:server:proxy handling proxied request { url: '/cas/webjars/store.js/1.3.17/store.min.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/webjars/store.js/1.3.17/store.min.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +32ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/webjars/store.js/1.3.17/store.min.js +41ms
GET /cas/webjars/bootstrap/4.1.0/js/bootstrap.bundle.min.js 200 59.972 ms - -
GET /cas/webjars/jquery/3.3.1/jquery.min.js 200 73.267 ms - -
GET /cas/webjars/headjs/1.0.3/head.min.js 200 44.776 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +44ms
  cypress:server:proxy handling proxied request { url: '/cas/js/cas.js', proxiedUrl: 'https://bogus.sirsidynix.com/cas/js/cas.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +13ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/js/cas.js +13ms
  cypress:server:request received status code on request { requestId: 'request153', statusCode: 200 } +56ms
  cypress:server:request successful response received { requestId: 'request153' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/webjars/store.js/1.3.17/store.min.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Wed, 21 Nov 2018 16:34:24 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +11ms
  cypress:server:request received status code on request { requestId: 'request154', statusCode: 200 } +2ms
  cypress:server:request successful response received { requestId: 'request154' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/js/cas.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'application/javascript;charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Fri, 28 Dec 2018 16:45:12 GMT', 'accept-ranges': 'bytes', 'content-encoding': 'gzip', vary: 'Accept-Encoding' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +2ms
GET /cas/webjars/store.js/1.3.17/store.min.js 200 58.476 ms - -
GET /cas/js/cas.js 200 15.977 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +59ms
  cypress:server:proxy handling proxied request { url: '/cas/images/bg-3x-mountain-sunset.jpg', proxiedUrl: 'https://bogus.sirsidynix.com/cas/images/bg-3x-mountain-sunset.jpg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/cas/css/cas.css', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +46ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/images/bg-3x-mountain-sunset.jpg +58ms
GET /cas/webjars/jquery-ui/1.12.1/jquery-ui.min.js 200 71.138 ms - -
  cypress:server:request received status code on request { requestId: 'request155', statusCode: 200 } +54ms
  cypress:server:request successful response received { requestId: 'request155' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/cas/images/bg-3x-mountain-sunset.jpg', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:17:59 GMT', 'content-type': 'image/jpeg;charset=UTF-8', 'content-length': '711292', connection: 'keep-alive', 'strict-transport-security': 'max-age=15768000 ; includeSubDomains', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'last-modified': 'Thu, 11 Apr 2019 20:27:36 GMT', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +8ms
GET /cas/images/bg-3x-mountain-sunset.jpg 200 8.525 ms - -
GET /cas/webjars/zxcvbn/4.3.0/zxcvbn.js 200 70.722 ms - -
  cypress:server:timers clearing timer id 453 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '453': { args: [], ms: 85000, cb: [Function] } } +580ms
  cypress:server:timers queuing timer id 454 after 85000 ms +0ms
  cypress:server:timers child received timer id 454 +581ms
  cypress:server:timers clearing timer id 454 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '454': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 455 after 85000 ms +0ms
  cypress:server:timers child received timer id 455 +1ms
  cypress:server:timers child sending timer id 430 +214ms
  cypress:server:timers clearing timer id 455 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '455': { args: [], ms: 85000, cb: [Function] } } +396ms
  cypress:server:timers queuing timer id 456 after 85000 ms +0ms
  cypress:server:timers child received timer id 456 +182ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +713ms
  cypress:server:proxy handling proxied request { url: '/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', proxiedUrl: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'content-length': '4348', 'cache-control': 'max-age=0', origin: 'https://bogus.sirsidynix.com', 'upgrade-insecure-requests': '1', 'content-type': 'application/x-www-form-urlencoded', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; __cypress.initial=true' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +705ms
  cypress:server:stream_buffer extending buffer to accomodate new chunk { bufferLength: 2048, newBufferLength: 8192 } +3m
  cypress:server:stream_buffer appending chunk to buffer { bytesWritten: 0, chunkLength: 4348 } +0ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check +714ms
  cypress:server:request received status code on request { requestId: 'request156', statusCode: 302 } +761ms
  cypress:server:request successful response received { requestId: 'request156' } +0ms
  cypress:server:proxy redirecting to new url { status: 302, url: 'https://bogus.sirsidynix.com/admin/j_spring_cas_security_check?ticket=ST-12--y8s8x1wwiiCyOmCfE23xgtzVbg53747d313b2a' } +56ms
POST /cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check 302 56.846 ms - 274
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +60ms
  cypress:server:proxy handling proxied request { url: '/admin/j_spring_cas_security_check?ticket=ST-12--y8s8x1wwiiCyOmCfE23xgtzVbg53747d313b2a', proxiedUrl: 'https://bogus.sirsidynix.com/admin/j_spring_cas_security_check?ticket=ST-12--y8s8x1wwiiCyOmCfE23xgtzVbg53747d313b2a', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'cache-control': 'max-age=0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; __cypress.initial=true' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +4ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/j_spring_cas_security_check?ticket=ST-12--y8s8x1wwiiCyOmCfE23xgtzVbg53747d313b2a +60ms
  cypress:server:timers clearing timer id 456 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '456': { args: [], ms: 85000, cb: [Function] } } +63ms
  cypress:server:timers queuing timer id 457 after 85000 ms +1ms
  cypress:server:timers child received timer id 457 +64ms
  cypress:server:timers clearing timer id 457 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '457': { args: [], ms: 85000, cb: [Function] } } +0ms
  cypress:server:timers queuing timer id 458 after 85000 ms +1ms
  cypress:server:timers child received timer id 458 +1ms
  cypress:server:request received status code on request { requestId: 'request157', statusCode: 302 } +116ms
  cypress:server:request successful response received { requestId: 'request157' } +0ms
  cypress:server:proxy redirecting to new url { status: 302, url: 'https://bogus.sirsidynix.com/admin' } +113ms
GET /admin/j_spring_cas_security_check?ticket=ST-12--y8s8x1wwiiCyOmCfE23xgtzVbg53747d313b2a 302 113.224 ms - 112
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +115ms
  cypress:server:proxy handling proxied request { url: '/admin', proxiedUrl: 'https://bogus.sirsidynix.com/admin', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'cache-control': 'max-age=0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', referer: 'https://bogus.sirsidynix.com/cas/login?service=https%3A%2F%2Fbogus.sirsidynix.com%2Fadmin%2Fj_spring_cas_security_check', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; __cypress.initial=true' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin +115ms
  cypress:server:timers clearing timer id 458 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '458': { args: [], ms: 85000, cb: [Function] } } +114ms
  cypress:server:timers queuing timer id 459 after 85000 ms +0ms
  cypress:server:timers child received timer id 459 +114ms
  cypress:server:timers clearing timer id 459 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '459': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 460 after 85000 ms +0ms
  cypress:server:timers child received timer id 460 +1ms
  cypress:server:timers clearing timer id 460 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '460': { args: [], ms: 85000, cb: [Function] } } +1ms
  cypress:server:timers queuing timer id 461 after 85000 ms +0ms
  cypress:server:timers child received timer id 461 +1ms
  cypress:server:request received status code on request { requestId: 'request158', statusCode: 301 } +30ms
  cypress:server:request successful response received { requestId: 'request158' } +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +1s
  cypress:server:proxy redirecting to new url { status: 301, url: 'http://bogus.sirsidynix.com/admin/' } +27ms
GET /admin 301 27.133 ms - 124
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +31ms
  cypress:server:proxy handling proxied request { url: '/admin/', proxiedUrl: 'http://bogus.sirsidynix.com/admin/', headers: { host: 'bogus.sirsidynix.com', 'proxy-connection': 'keep-alive', 'cache-control': 'max-age=0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', 'accept-encoding': 'gzip, deflate', 'accept-language': 'en-US,en;q=0.9', cookie: '_ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; __cypress.initial=true' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +4ms
  cypress:network:agent addRequest called for http://bogus.sirsidynix.com/admin/ +55ms
  cypress:server:timers clearing timer id 461 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '461': { args: [], ms: 85000, cb: [Function] } } +52ms
  cypress:server:timers queuing timer id 462 after 85000 ms +1ms
  cypress:server:timers child received timer id 462 +54ms
  cypress:server:request received status code on request { requestId: 'request159', statusCode: 301 } +32ms
  cypress:server:request successful response received { requestId: 'request159' } +1ms
  cypress:server:cors Parsed URL { port: '80', tld: 'com', domain: 'sirsidynix' } +33ms
  cypress:server:proxy redirecting to new url { status: 301, url: 'https://bogus.sirsidynix.com/admin/' } +29ms
GET /admin/ 301 29.479 ms - 126
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +31ms
  cypress:server:proxy handling proxied request { url: '/admin/', proxiedUrl: 'https://bogus.sirsidynix.com/admin/', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'cache-control': 'max-age=0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; __cypress.initial=true' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/ +7ms
  cypress:server:timers clearing timer id 462 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '462': { args: [], ms: 85000, cb: [Function] } } +7ms
  cypress:server:timers queuing timer id 463 after 85000 ms +0ms
  cypress:server:timers child received timer id 463 +6ms
  cypress:server:request received status code on request { requestId: 'request160', statusCode: 200 } +23ms
  cypress:server:request successful response received { requestId: 'request160' } +0ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +23ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:00 GMT', 'content-type': 'text/html', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:19:41 GMT', vary: 'Accept-Encoding', etag: 'W/"5ce4332d-52a"', expires: 'Thu, 01 Jan 1970 00:00:01 GMT', 'cache-control': 'no-cache', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'content-encoding': 'gzip' }, statusCode: 200, isGzipped: true, wantsInjection: 'full', wantsSecurityRemoved: true } +21ms
GET /admin/ 200 22.445 ms - -
  cypress:server:timers clearing timer id 463 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '463': { args: [], ms: 85000, cb: [Function] } } +28ms
  cypress:server:timers queuing timer id 464 after 85000 ms +0ms
  cypress:server:timers child received timer id 464 +29ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +43ms
  cypress:server:proxy handling proxied request { url: '/admin/a7d812d34b9cad15691c.js', proxiedUrl: 'https://bogus.sirsidynix.com/admin/a7d812d34b9cad15691c.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +22ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/a7d812d34b9cad15691c.js +60ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +19ms
  cypress:server:proxy handling proxied request { url: '/admin/7dc84901c3c4a7e46e4a.js', proxiedUrl: 'https://bogus.sirsidynix.com/admin/7dc84901c3c4a7e46e4a.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +19ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/7dc84901c3c4a7e46e4a.js +2ms
  cypress:server:server Got CONNECT request from www.googletagmanager.com:443 +1ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'www.googletagmanager.com:443' } +1s
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'googletagmanager' } +43ms
  cypress:server:server HTTPS request does not match URL: https://www.googletagmanager.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Making connection to www.googletagmanager.com:443 +1ms
  cypress:server:request received status code on request { requestId: 'request161', statusCode: 200 } +56ms
  cypress:server:request successful response received { requestId: 'request161' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/a7d812d34b9cad15691c.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:00 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', vary: 'Accept-Encoding', etag: 'W/"5ce43030-271d1f"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'content-encoding': 'gzip' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +15ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'www.googletagmanager.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +1s
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'www.googletagmanager.com', err: undefined } +50ms
  cypress:server:request received status code on request { requestId: 'request162', statusCode: 200 } +73ms
  cypress:server:request successful response received { requestId: 'request162' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/7dc84901c3c4a7e46e4a.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:00 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', vary: 'Accept-Encoding', etag: 'W/"5ce43030-6072d"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'content-encoding': 'gzip' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +74ms
GET /admin/7dc84901c3c4a7e46e4a.js 200 92.261 ms - -
GET /admin/a7d812d34b9cad15691c.js 200 36.595 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +512ms
  cypress:server:proxy handling proxied request { url: '/admin/v1/lrs/v1/client/bccentral/locales', proxiedUrl: 'https://bogus.sirsidynix.com/admin/v1/lrs/v1/client/bccentral/locales', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', accept: 'application/json, text/plain, */*', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +426ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/v1/lrs/v1/client/bccentral/locales +514ms
  cypress:server:server Got CONNECT request from www.google-analytics.com:443 +50ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'www.google-analytics.com:443' } +513ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'google-analytics' } +563ms
  cypress:server:server HTTPS request does not match URL: https://www.google-analytics.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Making connection to www.google-analytics.com:443 +0ms
  cypress:server:request received status code on request { requestId: 'request163', statusCode: 200 } +497ms
  cypress:server:request successful response received { requestId: 'request163' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/v1/lrs/v1/client/bccentral/locales', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:00 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', vary: 'Accept-Encoding', 'sd-bca-session-max-inactive-interval': '1800', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'content-encoding': 'gzip' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +70ms
GET /admin/v1/lrs/v1/client/bccentral/locales 200 84.463 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +77ms
  cypress:server:proxy handling proxied request { url: '/admin/v1/lrs/v1/translations/BCCENTRAL/en-US', proxiedUrl: 'https://bogus.sirsidynix.com/admin/v1/lrs/v1/translations/BCCENTRAL/en-US', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +57ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/v1/lrs/v1/translations/BCCENTRAL/en-US +127ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'www.google-analytics.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +594ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'www.google-analytics.com', err: undefined } +81ms
  cypress:server:request received status code on request { requestId: 'request164', statusCode: 200 } +110ms
  cypress:server:request successful response received { requestId: 'request164' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/v1/lrs/v1/translations/BCCENTRAL/en-US', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:00 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +54ms
GET /admin/v1/lrs/v1/translations/BCCENTRAL/en-US 200 54.247 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +143ms
  cypress:server:proxy handling proxied request { url: '/admin/5efe0784ddaed3b9c90e.js', proxiedUrl: 'https://bogus.sirsidynix.com/admin/5efe0784ddaed3b9c90e.js', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: '*/*', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +89ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/5efe0784ddaed3b9c90e.js +144ms
  cypress:server:request received status code on request { requestId: 'request165', statusCode: 200 } +101ms
  cypress:server:request successful response received { requestId: 'request165' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/5efe0784ddaed3b9c90e.js', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', vary: 'Accept-Encoding', etag: 'W/"5ce43030-1cc2"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'content-encoding': 'gzip' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: true } +11ms
GET /admin/5efe0784ddaed3b9c90e.js 200 12.288 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +161ms
  cypress:server:proxy handling proxied request { url: '/admin/rest/v1/currentuser?_dc=1558473481102', proxiedUrl: 'https://bogus.sirsidynix.com/admin/rest/v1/currentuser?_dc=1558473481102', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', accept: 'application/json', 'x-sirs-clientid': 'BCCAT', 'x-requested-with': 'XMLHttpRequest', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +150ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/rest/v1/currentuser?_dc=1558473481102 +161ms
  cypress:server:request received status code on request { requestId: 'request166', statusCode: 200 } +166ms
  cypress:server:request successful response received { requestId: 'request166' } +1ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/rest/v1/currentuser?_dc=1558473481102', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', vary: 'Accept-Encoding', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'content-encoding': 'gzip' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +17ms
GET /admin/rest/v1/currentuser?_dc=1558473481102 200 17.195 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +53ms
  cypress:server:proxy handling proxied request { url: '/admin/images/sd-logo-e6a7a8359ea0e94f41a420af56308a86.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/sd-logo-e6a7a8359ea0e94f41a420af56308a86.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +37ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/sd-logo-e6a7a8359ea0e94f41a420af56308a86.png +55ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +3ms
  cypress:server:proxy handling proxied request { url: '/admin/images/arrow-down-9eaa94c98a91799fec838168dd925e02.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/arrow-down-9eaa94c98a91799fec838168dd925e02.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +3ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/arrow-down-9eaa94c98a91799fec838168dd925e02.png +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/admin/images/institution-icon-a343cbae8dae32e3293f5f9d802ee6e2.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/institution-icon-a343cbae8dae32e3293f5f9d802ee6e2.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +1ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/institution-icon-a343cbae8dae32e3293f5f9d802ee6e2.png +2ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/admin/images/user-icon-5dddc98a1ae3509ecb8e2c766518df51.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/user-icon-5dddc98a1ae3509ecb8e2c766518df51.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/user-icon-5dddc98a1ae3509ecb8e2c766518df51.png +2ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1ms
  cypress:server:proxy handling proxied request { url: '/admin/images/help-icon-432080d51390b849770bd69b7fc52911.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/help-icon-432080d51390b849770bd69b7fc52911.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +1ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/help-icon-432080d51390b849770bd69b7fc52911.png +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/admin/images/exclamation-37dbe02e3cbde0f6780650bfd8535e38.gif', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/exclamation-37dbe02e3cbde0f6780650bfd8535e38.gif', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/exclamation-37dbe02e3cbde0f6780650bfd8535e38.gif +2ms
  cypress:server:request received status code on request { requestId: 'request167', statusCode: 200 } +64ms
  cypress:server:request successful response received { requestId: 'request167' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/sd-logo-e6a7a8359ea0e94f41a420af56308a86.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '735', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-2df"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +18ms
GET /admin/images/sd-logo-e6a7a8359ea0e94f41a420af56308a86.png 200 28.133 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +21ms
  cypress:server:proxy handling proxied request { url: '/admin/images/text-bg-d5ba54c1f417e6a72cbce8b909078727.gif', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/text-bg-d5ba54c1f417e6a72cbce8b909078727.gif', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +3ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/text-bg-d5ba54c1f417e6a72cbce8b909078727.gif +62ms
  cypress:server:request received status code on request { requestId: 'request169', statusCode: 200 } +45ms
  cypress:server:request successful response received { requestId: 'request169' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/institution-icon-a343cbae8dae32e3293f5f9d802ee6e2.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '310', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-136"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +43ms
  cypress:server:request received status code on request { requestId: 'request168', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request168' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/arrow-down-9eaa94c98a91799fec838168dd925e02.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '178', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-b2"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +1ms
  cypress:server:request received status code on request { requestId: 'request170', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request170' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/user-icon-5dddc98a1ae3509ecb8e2c766518df51.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '260', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-104"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +1ms
  cypress:server:request received status code on request { requestId: 'request171', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request171' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/help-icon-432080d51390b849770bd69b7fc52911.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '486', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-1e6"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +0ms
  cypress:server:request received status code on request { requestId: 'request172', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request172' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/exclamation-37dbe02e3cbde0f6780650bfd8535e38.gif', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/gif', 'content-length': '996', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-3e4"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +1ms
GET /admin/images/institution-icon-a343cbae8dae32e3293f5f9d802ee6e2.png 200 69.014 ms - -
GET /admin/images/arrow-down-9eaa94c98a91799fec838168dd925e02.png 200 71.661 ms - -
GET /admin/images/user-icon-5dddc98a1ae3509ecb8e2c766518df51.png 200 69.297 ms - -
GET /admin/images/help-icon-432080d51390b849770bd69b7fc52911.png 200 68.749 ms - -
GET /admin/images/exclamation-37dbe02e3cbde0f6780650bfd8535e38.gif 200 68.067 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +52ms
  cypress:server:proxy handling proxied request { url: '/admin/images/institution-search-9b4f5bcd8be2c4280527dbc397a15f1e.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/institution-search-9b4f5bcd8be2c4280527dbc397a15f1e.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +6ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/institution-search-9b4f5bcd8be2c4280527dbc397a15f1e.png +11ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/admin/images/grid3-hd-btn-e3e77072c16a6b27556236961f29c552.gif', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/grid3-hd-btn-e3e77072c16a6b27556236961f29c552.gif', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/grid3-hd-btn-e3e77072c16a6b27556236961f29c552.gif +2ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/admin/images/sort_asc-8ad3caea1e0191edbed7b4dff7009c3b.gif', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/sort_asc-8ad3caea1e0191edbed7b4dff7009c3b.gif', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/sort_asc-8ad3caea1e0191edbed7b4dff7009c3b.gif +44ms
  cypress:server:request received status code on request { requestId: 'request173', statusCode: 200 } +54ms
  cypress:server:request successful response received { requestId: 'request173' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/text-bg-d5ba54c1f417e6a72cbce8b909078727.gif', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/gif', 'content-length': '819', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-333"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +44ms
  cypress:server:request received status code on request { requestId: 'request174', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request174' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/institution-search-9b4f5bcd8be2c4280527dbc397a15f1e.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '2966', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-b96"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +1ms
  cypress:server:request received status code on request { requestId: 'request175', statusCode: 200 } +1ms
  cypress:server:request successful response received { requestId: 'request175' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/grid3-hd-btn-e3e77072c16a6b27556236961f29c552.gif', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/gif', 'content-length': '1229', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-4cd"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +1ms
GET /admin/images/text-bg-d5ba54c1f417e6a72cbce8b909078727.gif 200 100.488 ms - -
GET /admin/images/institution-search-9b4f5bcd8be2c4280527dbc397a15f1e.png 200 49.444 ms - -
GET /admin/images/grid3-hd-btn-e3e77072c16a6b27556236961f29c552.gif 200 48.276 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +47ms
  cypress:server:proxy handling proxied request { url: '/admin/v1/cure/v1/servicegroupset/deep?_dc=1558473481253', proxiedUrl: 'https://bogus.sirsidynix.com/admin/v1/cure/v1/servicegroupset/deep?_dc=1558473481253', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', accept: 'application/json', 'x-sirs-clientid': 'BCCAT', 'x-requested-with': 'XMLHttpRequest', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/v1/cure/v1/servicegroupset/deep?_dc=1558473481253 +6ms
  cypress:server:request received status code on request { requestId: 'request176', statusCode: 200 } +13ms
  cypress:server:request successful response received { requestId: 'request176' } +1ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/sort_asc-8ad3caea1e0191edbed7b4dff7009c3b.gif', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/gif', 'content-length': '59', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-3b"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +12ms
GET /admin/images/sort_asc-8ad3caea1e0191edbed7b4dff7009c3b.gif 200 59.956 ms - -
  cypress:server:timers clearing timer id 464 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '464': { args: [], ms: 85000, cb: [Function] } } +1s
  cypress:server:timers queuing timer id 465 after 85000 ms +0ms
  cypress:server:timers child received timer id 465 +1s
  cypress:server:timers clearing timer id 465 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '465': { args: [], ms: 85000, cb: [Function] } } +2ms
  cypress:server:timers queuing timer id 466 after 85000 ms +0ms
  cypress:server:timers child received timer id 466 +3ms
  cypress:server:timers clearing timer id 466 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '466': { args: [], ms: 85000, cb: [Function] } } +6ms
  cypress:server:timers queuing timer id 467 after 85000 ms +0ms
  cypress:server:timers child received timer id 467 +6ms
  cypress:server:request received status code on request { requestId: 'request177', statusCode: 200 } +57ms
  cypress:server:request successful response received { requestId: 'request177' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/v1/cure/v1/servicegroupset/deep?_dc=1558473481253', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'sd-bca-session-max-inactive-interval': '1800', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +57ms
GET /admin/v1/cure/v1/servicegroupset/deep?_dc=1558473481253 200 70.308 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +123ms
  cypress:server:proxy handling proxied request { url: '/admin/v1/cure/v1/staffuser/1/privilegeset?_dc=1558473481410', proxiedUrl: 'https://bogus.sirsidynix.com/admin/v1/cure/v1/staffuser/1/privilegeset?_dc=1558473481410', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', accept: 'application/json', 'x-sirs-clientid': 'BCCAT', 'x-requested-with': 'XMLHttpRequest', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +54ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/v1/cure/v1/staffuser/1/privilegeset?_dc=1558473481410 +122ms
  cypress:server:server Got CONNECT request from stats.g.doubleclick.net:443 +31ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'stats.g.doubleclick.net:443' } +642ms
  cypress:server:cors Parsed URL { port: '443', tld: 'net', domain: 'doubleclick' } +723ms
  cypress:server:server HTTPS request does not match URL: https://stats.g.doubleclick.net:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Making connection to stats.g.doubleclick.net:443 +1ms
  cypress:server:request received status code on request { requestId: 'request178', statusCode: 200 } +143ms
  cypress:server:request successful response received { requestId: 'request178' } +1ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/v1/cure/v1/staffuser/1/privilegeset?_dc=1558473481410', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'sd-bca-session-max-inactive-interval': '1800', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;' }, statusCode: 200, isGzipped: true, wantsInjection: false, wantsSecurityRemoved: false } +90ms
GET /admin/v1/cure/v1/staffuser/1/privilegeset?_dc=1558473481410 200 90.523 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +68ms
  cypress:server:proxy handling proxied request { url: '/admin/images/arrow-right-ef8f778d8ec9a4a7c931f8953dcdfd09.png', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/arrow-right-ef8f778d8ec9a4a7c931f8953dcdfd09.png', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +9ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/arrow-right-ef8f778d8ec9a4a7c931f8953dcdfd09.png +100ms
  cypress:server:request received status code on request { requestId: 'request179', statusCode: 200 } +26ms
  cypress:server:request successful response received { requestId: 'request179' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/arrow-right-ef8f778d8ec9a4a7c931f8953dcdfd09.png', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/png', 'content-length': '175', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-af"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +17ms
GET /admin/images/arrow-right-ef8f778d8ec9a4a7c931f8953dcdfd09.png 200 41.895 ms - -
  cypress:network:connect successfully connected { opts: { port: '443', host: 'stats.g.doubleclick.net', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +753ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'stats.g.doubleclick.net', err: undefined } +110ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +308ms
  cypress:server:proxy handling proxied request { url: '/admin/images/loading-00ef871b291bc03a497d608a5bd8ec99.gif', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/loading-00ef871b291bc03a497d608a5bd8ec99.gif', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +291ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/loading-00ef871b291bc03a497d608a5bd8ec99.gif +307ms
  cypress:server:request received status code on request { requestId: 'request180', statusCode: 200 } +303ms
  cypress:server:request successful response received { requestId: 'request180' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/loading-00ef871b291bc03a497d608a5bd8ec99.gif', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/gif', 'content-length': '771', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-303"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +12ms
GET /admin/images/loading-00ef871b291bc03a497d608a5bd8ec99.gif 200 12.677 ms - -
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +73ms
  cypress:server:proxy handling proxied request { url: '/admin/images/bg-3x-mountain-sunset-2ce6406dcb87a9e95cffb82a180ff3f8.jpg', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/bg-3x-mountain-sunset-2ce6406dcb87a9e95cffb82a180ff3f8.jpg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +61ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/bg-3x-mountain-sunset-2ce6406dcb87a9e95cffb82a180ff3f8.jpg +74ms
  cypress:server:request received status code on request { requestId: 'request181', statusCode: 200 } +79ms
  cypress:server:request successful response received { requestId: 'request181' } +0ms
  cypress:server:proxy received response for { url: 'https://bogus.sirsidynix.com/admin/images/bg-3x-mountain-sunset-2ce6406dcb87a9e95cffb82a180ff3f8.jpg', headers: { server: 'nginx/1.13.6', date: 'Tue, 21 May 2019 21:18:01 GMT', 'content-type': 'image/jpeg', 'content-length': '711292', connection: 'keep-alive', 'last-modified': 'Tue, 21 May 2019 17:06:56 GMT', etag: '"5ce43030-ada7c"', expires: 'Thu, 31 Dec 2037 23:55:55 GMT', 'cache-control': 'max-age=315360000', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=31536000; includeSubdomains;', 'accept-ranges': 'bytes' }, statusCode: 200, isGzipped: undefined, wantsInjection: false, wantsSecurityRemoved: false } +18ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +34ms
  cypress:server:proxy handling proxied request { url: '/admin/images/icon-cataloging-2e06b0e6a6fd0ab4426170de83af681f.svg', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/icon-cataloging-2e06b0e6a6fd0ab4426170de83af681f.svg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +17ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/icon-cataloging-2e06b0e6a6fd0ab4426170de83af681f.svg +55ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +22ms
  cypress:server:proxy handling proxied request { url: '/admin/images/icon-erc-admin-cb4592883ad6040e02a68687663477cf.svg', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/icon-erc-admin-cb4592883ad6040e02a68687663477cf.svg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +21ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/icon-erc-admin-cb4592883ad6040e02a68687663477cf.svg +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/admin/images/icon-analytics-9e9575698c579c6d47e9231a44402adf.svg', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/icon-analytics-9e9575698c579c6d47e9231a44402adf.svg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/icon-analytics-9e9575698c579c6d47e9231a44402adf.svg +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1ms
  cypress:server:proxy handling proxied request { url: '/admin/images/icon-bcpac-2f81f7f7dd1d6a7b3ac324c63a081b8f.svg', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/icon-bcpac-2f81f7f7dd1d6a7b3ac324c63a081b8f.svg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +1ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/icon-bcpac-2f81f7f7dd1d6a7b3ac324c63a081b8f.svg +2ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1ms
  cypress:server:proxy handling proxied request { url: '/admin/images/icon-bookmyne-40f02f3ac10fdb9c4bd6c2312395c5f1.svg', proxiedUrl: 'https://bogus.sirsidynix.com/admin/images/icon-bookmyne-40f02f3ac10fdb9c4bd6c2312395c5f1.svg', headers: { host: 'bogus.sirsidynix.com', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', accept: 'image/webp,image/apng,image/*,*/*;q=0.8', referer: 'https://bogus.sirsidynix.com/admin/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'JSESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; BCSP_SESSIONID=A249FF4DDD906BD9FFB63F664D7069FD; _ga=GA1.2.1032615211.1558472674; _gid=GA1.2.240831227.1558472674; _gat_gtag_UA_118463254_1=1' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +1ms
  cypress:network:agent addRequest called for https://bogus.sirsidynix.com/admin/images/icon-bookmyne-40f02f3ac10fdb9c4bd6c2312395c5f1.svg +1ms
GET /admin/images/bg-3x-mountain-sunset-2ce6406dcb87a9e95cffb82a180ff3f8.jpg 200 19.125 ms - -
  cypress:server:timers clearing timer id 445 from queue { '445': { args: [], ms: 85000, cb: [Function] }, '467': { args: [], ms: 85000, cb: [Function] } } +635ms
  cypress:server:timers queuing timer id 468 after 85000 ms +0ms
  cypress:server:events sending ipc data { type: 'on:spec:changed', data: { id: 0.2315034113290153, data: '' } } +3s
  cypress:server:timers child received timer id 468 +634ms
  cypress:server:request aborting { requestId: 'request185' } +60ms
  cypress:server:request aborting { requestId: 'request186' } +1ms
GET /admin/images/icon-bookmyne-40f02f3ac10fdb9c4bd6c2312395c5f1.svg - - ms - -
GET /admin/images/icon-bcpac-2f81f7f7dd1d6a7b3ac324c63a081b8f.svg - - ms - -
  cypress:https-proxy received error on client browserSocket { err: { Error: read ECONNRESET at _errnoException (util.js:1024:11) at TCP.onread (net.js:615:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }, url: 'bogus.sirsidynix.com:443' } +418ms
  cypress:server:request aborting { requestId: 'request183' } +1ms
GET /admin/images/icon-erc-admin-cb4592883ad6040e02a68687663477cf.svg - - ms - -
  cypress:server:request aborting { requestId: 'request182' } +1ms
  cypress:server:request aborting { requestId: 'request184' } +0ms
GET /admin/images/icon-analytics-9e9575698c579c6d47e9231a44402adf.svg - - ms - -
GET /admin/images/icon-cataloging-2e06b0e6a6fd0ab4426170de83af681f.svg - - ms - -
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +70ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +50ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +580ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +1ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
  cypress:server:timers clearing timer id 468 from queue { '467': { args: [], ms: 85000, cb: [Function] }, '468': { args: [], ms: 85000, cb: [Function] } } +54ms
  cypress:server:timers queuing timer id 469 after 85000 ms +1ms
  cypress:server:socket watch test file '' +3s
  cypress:server:preprocessor removeFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +3s
  cypress:server:preprocessor base emitter plugin close event +0ms
  cypress:server:timers child received timer id 469 +55ms
  cypress:server:preprocessor base emitter native close event +0ms
  cypress:browserify close: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +3s
  cypress:browserify close: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration/login.spec.js +0ms
  cypress:server:socket will watch test file path 'cypress/integration' +0ms
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +0ms
  cypress:server:appdata path: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration +4s
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +3s
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +1ms
  cypress:browserify input: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +0ms
  cypress:browserify output: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration +0ms
  cypress:browserify browserifyOptions { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [ '/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/@cypress/browserify-preprocessor/cjsxify.js', [Object] ], [ '/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, entries: [ '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration' ] }: +0ms
  cypress:browserify watching +1ms
  cypress:browserify making bundle /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration +1ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +473ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +4ms
  cypress:browserify errored bundling: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration { Error: EISDIR: illegal operation on a directory, open '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration'

  errno: -21,
  code: 'EISDIR',
  syscall: 'open',
  path: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration',
  filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration',
  originalStack: 'Error: EISDIR: illegal operation on a directory, open \'/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration\'\n\n' } +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +7ms
GET /__cypress/iframes/ 200 2.750 ms - 669
  cypress:browserify errored bundling: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration { Error: Cannot find module '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration' from '/Users/aaroncorley/Development/acorley/cyp-test'
    at /Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
    at load (/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
    at onex (/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
    at /Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
    at /Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/graceful-fs/polyfills.js:282:31
    at FSReqWrap.oncomplete (fs.js:152:21)

  stream:
   Labeled {
     _readableState:
      ReadableState {
        objectMode: true,
        highWaterMark: 16,
        buffer: BufferList { length: 0 },
        length: 0,
        pipes: [Object],
        pipesCount: 1,
        flowing: true,
        ended: false,
        endEmitted: false,
        reading: true,
        sync: false,
        needReadable: true,
        emittedReadable: false,
        readableListening: false,
        resumeScheduled: false,
        destroyed: false,
        defaultEncoding: 'utf8',
        awaitDrain: 0,
        readingMore: false,
        decoder: null,
        encoding: null },
     readable: true,
     domain: null,
     _events:
      { end: [Array],
        error: [Function],
        data: [Function: ondata],
        _mutate: [Object] },
     _eventsCount: 4,
     _maxListeners: undefined,
     _writableState:
      WritableState {
        objectMode: true,
        highWaterMark: 16,
        finalCalled: false,
        needDrain: false,
        ending: true,
        ended: true,
        finished: true,
        destroyed: false,
        decodeStrings: true,
        defaultEncoding: 'utf8',
        length: 0,
        writing: false,
        corked: 0,
        sync: false,
        bufferProcessing: false,
        onwrite: [Function],
        writecb: null,
        writelen: 0,
        bufferedRequest: null,
        lastBufferedRequest: null,
        pendingcb: 0,
        prefinished: true,
        errorEmitted: false,
        bufferedRequestCount: 0,
        corkedRequestsFree: [Object] },
     writable: false,
     allowHalfOpen: true,
     _options: { objectMode: true },
     _wrapOptions: { objectMode: true },
     _streams: [ [Object], [Object] ],
     length: 2,
     label: 'deps' },
  filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration',
  originalStack: 'Error: Cannot find module \'/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration\' from \'/Users/aaroncorley/Development/acorley/cyp-test\'\n    at /Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21\n    at load (/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)\n    at onex (/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)\n    at /Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47\n    at /Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/graceful-fs/polyfills.js:282:31\n    at FSReqWrap.oncomplete (fs.js:152:21)\n' } +7ms
  cypress:server:controllers:spec request for { spec: 'cypress/support/index.js' } +3s
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +14ms
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +14ms
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function], close: [ [Function], [Function] ] }, _eventsCount: 2, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/support/index.js' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +33ms
  cypress:browserify already have bundle for: /Users/aaroncorley/Development/acorley/cyp-test/cypress/support/index.js +0ms
  cypress:server:server Got CONNECT request from bogus.sirsidynix.com:443 +39ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'bogus.sirsidynix.com:443' } +42ms
  cypress:server:controllers:spec sending spec { filePath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/support/index.js' } +31ms
  cypress:server:cors Parsed URL { port: '443', tld: 'com', domain: 'sirsidynix' } +47ms
  cypress:server:server HTTPS request does match URL: https://bogus.sirsidynix.com:443 with props: { port: '443', tld: 'com', domain: 'sirsidynix' } +1ms
  cypress:https-proxy Not making direct connection { url: 'bogus.sirsidynix.com:443' } +1ms
  cypress:https-proxy Making intercepted connection to 63608 +0ms
GET /__cypress/tests?p=cypress/support/index.js-193 200 32.223 ms - -
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +44ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +1ms
  cypress:server:controllers:spec request for { spec: '' } +3ms
  cypress:server:preprocessor getFile /Users/aaroncorley/Development/acorley/cyp-test +34ms
  cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +34ms
  cypress:server:plugins execute plugin event 'file:preprocessor' with args: EventEmitter { domain: null, _events: { rerun: [Function], close: [ [Function], [Function] ] }, _eventsCount: 2, _maxListeners: undefined, filePath: '/Users/aaroncorley/Development/acorley/cyp-test', shouldWatch: true, outputPath: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles' } undefined undefined +0ms
  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test +5ms
  cypress:browserify already have bundle for: /Users/aaroncorley/Development/acorley/cyp-test +0ms
Error: EISDIR: illegal operation on a directory, open '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles'

GET /__cypress/tests?p=-011 200 1.146 ms - 305
  cypress:server:timers clearing timer id 469 from queue { '467': { args: [], ms: 85000, cb: [Function] }, '469': { args: [], ms: 85000, cb: [Function] } } +56ms
  cypress:server:timers queuing timer id 470 after 85000 ms +0ms
  cypress:server:timers child received timer id 470 +57ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1s
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://cifvvsplesd/', headers: { host: 'cifvvsplesd', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2s
  cypress:network:agent addRequest called for http://cifvvsplesd/ +2s
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +1ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://boxcsizzc/', headers: { host: 'boxcsizzc', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +1ms
  cypress:network:agent addRequest called for http://boxcsizzc/ +1ms
  cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } +2ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://yqhxyyhxbm/', headers: { host: 'yqhxyyhxbm', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: null, props: { port: '443', tld: 'com', domain: 'sirsidynix' }, origin: 'https://bogus.sirsidynix.com', strategy: 'http', visiting: false, domainName: 'sirsidynix.com', fileServer: null } } +2ms
  cypress:network:agent addRequest called for http://yqhxyyhxbm/ +1ms
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://boxcsizzc/', requestId: 'request188', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND boxcsizzc boxcsizzc:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'boxcsizzc', host: 'boxcsizzc', port: 80 } } +2s
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://boxcsizzc/', headers: { host: 'boxcsizzc', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND boxcsizzc boxcsizzc:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'boxcsizzc', host: 'boxcsizzc', port: 80 } } +34ms
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://yqhxyyhxbm/', requestId: 'request189', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND yqhxyyhxbm yqhxyyhxbm:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'yqhxyyhxbm', host: 'yqhxyyhxbm', port: 80 } } +1ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://yqhxyyhxbm/', headers: { host: 'yqhxyyhxbm', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND yqhxyyhxbm yqhxyyhxbm:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'yqhxyyhxbm', host: 'yqhxyyhxbm', port: 80 } } +0ms
  cypress:server:request aborting { requestId: 'request189' } +0ms
HEAD / - - ms - -
  cypress:server:request aborting { requestId: 'request188' } +0ms
HEAD / - - ms - -
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://cifvvsplesd/', requestId: 'request187', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND cifvvsplesd cifvvsplesd:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'cifvvsplesd', host: 'cifvvsplesd', port: 80 } } +1ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://cifvvsplesd/', headers: { host: 'cifvvsplesd', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND cifvvsplesd cifvvsplesd:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'cifvvsplesd', host: 'cifvvsplesd', port: 80 } } +1ms
  cypress:server:request aborting { requestId: 'request187' } +0ms
HEAD / - - ms - -
jennifer-shehane commented 5 years ago

Browserify logs

  cypress:browserify get: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +1ms
  cypress:browserify input: /Users/aaroncorley/Development/acorley/cyp-test/cypress/integration +0ms
  cypress:browserify output: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration +0ms
  cypress:browserify browserifyOptions { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [ '/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/@cypress/browserify-preprocessor/cjsxify.js', [Object] ], [ '/Users/aaroncorley/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, entries: [ '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration' ] }: +0ms
  cypress:browserify watching +1ms
  cypress:browserify making bundle /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration +1ms
  cypress:network:connect successfully connected { opts: { port: 63608, host: undefined, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +473ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63608, hostname: undefined, err: undefined } +4ms
  cypress:browserify errored bundling: /Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration { 
    Error: EISDIR: illegal operation on a directory, 
    open '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration'
  errno: -21,
  code: 'EISDIR',
  syscall: 'open',
  path: '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration',
  filePath: '/Users/aaroncorley/Development/acorley/cyp-test/cypress/integration',
  originalStack: 'Error: EISDIR: illegal operation on a directory, open \
  '/Users/aaroncorley/Library/Application Support/Cypress/cy/production/projects/cyp-test-5151d7513065a9e44e6a33f6baf2c3cf/bundles/cypress/integration\'\n\n' 
  } +1ms
daniellizik commented 5 years ago

I'm seeing this too, but only in gitlab-runner 11.9.0. Even when I run gitlab-runner locally on os x 10.13.6 I cannot reproduce this. can reproduce via cli with the usual cypress run command

I'm using the cypress/browsers:chrome67 docker image so my "local" node/npm versions are what's defined in the dockerfile

Also using cypress-cucumber-preprocessor 1.5.0 the plugin isn't doing anything wrong

$ DEBUG=cypress:browserify cypress run --browser chrome --spec 'cypress/integration/!(unit)**/*'
cypress:browserify making bundle /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration +3ms
cypress:browserify errored bundling: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration { Error: EISDIR: illegal operation on a directory, open '/root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration'
errno: -21,
code: 'EISDIR',
syscall: 'open',
path: '/root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration',
filePath: '/builds/daniellizik/foobar/cypress/integration',
originalStack: 'Error: EISDIR: illegal operation on a directory, open \'/root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration\'' } +1ms

Issue seems to be that for some reason the filepath is not being sent to browserify (or maybe an empty string?) so it's attempting to open the file's parent directoy as a file, hence the EISDIR: illegal operation on a directory, open error

Log from a successful test:

  cypress:browserify making bundle /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration/QA-82_duration/QA-104.feature +3ms
  cypress:browserify finished bundling: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration/QA-82_duration/QA-104.feature 

Probably the same symptoms as https://github.com/cypress-io/cypress/issues/3739, because the file path is not getting sent it appears as though the fixture file name is "the same" as its parent directory.

I don't have a lot of time to make a sample repository since even in the cloud this happens sporadically and is hard to reproduce every single time - it happens every time on different tests so I don't think it has anything to do with any specific test language.

daniellizik commented 5 years ago

stack trace

cypress:browserify errored bundling: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration { Error: Cannot find module '/builds/daniellizik/foobar/cypress/integration' from '/builds/daniellizik/foobar'
  at /builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
  at load (/builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
  at onex (/builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
  at /builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
  at /root/.cache/Cypress/3.3.0/Cypress/resources/app/packages/server/node_modules/graceful-fs/polyfills.js:282:31
  at FSReqWrap.oncomplete (fs.js:152:21)
stream: 
  Labeled {
    _readableState: 
    ReadableState {
      objectMode: true,
      highWaterMark: 16,
      buffer: BufferList { length: 0 },
      length: 0,
      pipes: [Object],
      pipesCount: 1,
      flowing: true,
      ended: false,
      endEmitted: false,
      reading: true,
      sync: false,
      needReadable: true,
      emittedReadable: false,
      readableListening: false,
      resumeScheduled: false,
      destroyed: false,
      defaultEncoding: 'utf8',
      awaitDrain: 0,
      readingMore: false,
      decoder: null,
      encoding: null },
    readable: true,
    domain: null,
    _events: 
    { end: [Array],
      error: [Function],
      data: [Function: ondata],
      _mutate: [Object] },
    _eventsCount: 4,
    _maxListeners: undefined,
    _writableState: 
    WritableState {
      objectMode: true,
      highWaterMark: 16,
      finalCalled: false,
      needDrain: false,
      ending: true,
      ended: true,
      finished: true,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: false,
      bufferProcessing: false,
      onwrite: [Function],
      writecb: null,
      writelen: 0,
      bufferedRequest: null,
      lastBufferedRequest: null,
      pendingcb: 0,
      prefinished: true,
      errorEmitted: false,
      bufferedRequestCount: 0,
      corkedRequestsFree: [Object] },
    writable: false,
    allowHalfOpen: true,
    _options: { objectMode: true },
    _wrapOptions: { objectMode: true },
    _streams: [ [Object] ],
    length: 1,
    label: 'deps' },
filePath: '/builds/daniellizik/foobar/cypress/integration',
originalStack: 'Error: Cannot find module \'/builds/daniellizik/foobar/cypress/integration\' from \'/builds/daniellizik/foobar\'\n    at /builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21\n    at load (/builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)\n    at onex (/builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)\n    at /builds/daniellizik/foobar/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47\n    at /root/.cache/Cypress/3.3.0/Cypress/resources/app/packages/server/node_modules/graceful-fs/polyfills.js:282:31\n    at FSReqWrap.oncomplete (fs.js:152:21)' } +7ms
daniellizik commented 5 years ago

Ok looking closer at the bundling flow, it looks like sometimes browserify is being invoked twice for the same spec

Running: QA-68.feature...                                                              (15 of 15) 
cypress:browserify received user options: { browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [Function: transform], [Array], [Array] ], plugin: [] }, watchifyOptions: { ignoreWatch: [ '**/.git/**', '**/.nyc_output/**', '**/.sass-cache/**', '**/bower_components/**', '**/coverage/**', '**/node_modules/**' ] } } +2s
cypress:browserify get: /builds/daniellizik/foobar/cypress/integration/QA-68.feature +0ms
cypress:browserify input: /builds/daniellizik/foobar/cypress/integration/QA-68.feature +0ms
cypress:browserify output: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration/QA-68.feature +0ms
cypress:browserify browserifyOptions { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [Function: transform], [ '/builds/daniellizik/foobar/node_modules/@cypress/browserify-preprocessor/cjsxify.js', [Object] ], [ '/builds/daniellizik/foobar/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, entries: [ '/builds/daniellizik/foobar/cypress/integration/QA-68.feature' ] }: +0ms

MAKE FIRST BUNDLE >> cypress:browserify making bundle /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration/QA-68.feature +3ms
cypress:browserify finished bundling: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration/QA-68.feature +2s

User selected duration should always take precedence over shop's auto duration and end of meal duration

  ✓ Reservation duration set to 1hr during lunch meal (7640ms)

  ✓ Verifying the lunch reservation created in the above scenario displays the correct duration on the reservation modal (5429ms)
cypress:browserify close: /builds/daniellizik/foobar/cypress/integration/QA-68.feature +14s
cypress:browserify received user options: { browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [Function: transform], [Array], [Array] ], plugin: [] }, watchifyOptions: { ignoreWatch: [ '**/.git/**', '**/.nyc_output/**', '**/.sass-cache/**', '**/bower_components/**', '**/coverage/**', '**/node_modules/**' ] } } +0ms
cypress:browserify get: /builds/daniellizik/foobar/cypress/integration +0ms
cypress:browserify input: /builds/daniellizik/foobar/cypress/integration +1ms
cypress:browserify output: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration +0ms
cypress:browserify browserifyOptions { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [Function: transform], [ '/builds/daniellizik/foobar/node_modules/@cypress/browserify-preprocessor/cjsxify.js', [Object] ], [ '/builds/daniellizik/foobar/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, entries: [ '/builds/daniellizik/foobar/cypress/integration' ] }: +0ms

MAKE SECOND BUNDLE (ERROR) >> cypress:browserify making bundle /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration +3ms
cypress:browserify errored bundling: /root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration { Error: EISDIR: illegal operation on a directory, open '/root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration'
errno: -21,
code: 'EISDIR',
syscall: 'open',
path: '/root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration',
filePath: '/builds/daniellizik/foobar/cypress/integration',
originalStack: 'Error: EISDIR: illegal operation on a directory, open \'/root/.config/Cypress/cy/production/projects/foobar-36743157a6d56f13d8400b99ed8554d2/bundles/cypress/integration\'' } +2ms

When the transpiled test code is bundled once per spec file everything works fine. It's only when (for some reason?) bundling occurs twice per spec file that the file path gets omitted. There might be some race condition here:

  ✓ Verifying the lunch reservation created in the above scenario displays the correct duration on the reservation modal (5429ms)
cypress:browserify close: /builds/daniellizik/foobar/cypress/integration/QA-68.feature +14s
cypress:browserify received user options: { browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [Function: transform], [Array], [Array] ], plugin: [] }, watchifyOptions: { ignoreWatch: [ '**/.git/**', '**/.nyc_output/**', '**/.sass-cache/**', '**/bower_components/**', '**/coverage/**', '**/node_modules/**' ] } } +0ms
cypress:browserify get: /builds/daniellizik/foobar/cypress/integration +0ms

The spec has not finished running, but the cypress:browserify close event is received, then

cypress:browserify get: /builds/daniellizik/foobar/cypress/integration +0ms

browserify gets a bundle with no file path

daniellizik commented 5 years ago

@tanuj-vishnoi so the way I got around this was by caching the file path of the current test and retrying it if the event emitter emits a file:close event erroneously

// plugins/index.js

const cucumber = require('cypress-cucumber-preprocessor').default;
const path = require('path');

let currentFile;

const preprocessor = (options) => (file = {}) => {
  let nextFile = file;
  const { filePath } = file;
  const { ext } = path.parse(filePath);

  if (!ext) {
    console.warn(`retrying current test ${JSON.stringify(file)}`);
    nextFile = currentFile;
  } else {
    currentFile = file;
  }

  return cucumber(options)(nextFile);
};

module.exports = (on) => {
  on('file:preprocessor', preprocessor());
}
prakash-nwea commented 5 years ago

@jennifer-shehane Hi I am facing the same issue. In my case I added a configuration file to my project in which I am changing the supportFile path and url, which I am able to do but when I run the tests this error comes.

Steps:

  1. created a new configuration file
  2. set the configuration file using --env configFile=filename
  3. run the test script

Have you been able to resolve this issue?

jrivera-zenoss commented 5 years ago

Hi guys, I've been able to reproduce this issue in a very simple way:

  it.only('Delete element from table', () => {
        cy.wait(3000)
        cy.contains('span', 'element_from_table').click
        //cy.get('#delete_button').click()
        //cy.contains('button', 'OK').click()
        //cy.contains('span', 'element_from_table').should('not.have.text', 'element_from_table')
    })

I just tried to select the element (span or td or div) from the table (this element is not a button or link)

melwaree commented 5 years ago

Hi, I´m having the same issue, these are my steps, done in a test webpage to practice:

describe("My second Test Suite", function () {
    it("My second Test Case", function () {
        cy.visit("https://rahulshettyacademy.com/seleniumPractise/#/");
        cy.get(".search-keyword").type("ca");
        cy.wait(2000); 
        cy.get(".products").as("productLocator");
        cy.get("@productLocator").find(".product").each(($el, index, $list) => {
            const textVeg = $el.find("h4.product-name").text()
            if (textVeg.includes("Cashews")) {
                $el.find("button").click();
            }
        });
        cy.get(".cart-icon > img").click();
        cy.contains("proceed to checkout".toUpperCase()).click();
    })
})

image

And my Cypress configuration:

{
animationDistanceThreshold: 5,
baseUrl: 'https://rahulshettyacademy.com/seleniumPractise/#/',
blacklistHosts: null,
chromeWebSecurity: true,
defaultCommandTimeout: 4000,
env: {},
execTimeout: 60000,
fileServerFolder: '',
fixturesFolder: 'cypress/fixtures',
hosts: null,
ignoreTestFiles: '*.hot-update.js',
integrationFolder: 'cypress/integration',
modifyObstructiveCode: true,
nodeVersion: 'system',
numTestsKeptInMemory: 50,
pageLoadTimeout: 60000,
pluginsFile: 'cypress/plugins',
port: null,
projectId: null,
reporter: 'spec',
reporterOptions: null,
requestTimeout: 5000,
responseTimeout: 30000,
screenshotsFolder: 'cypress/screenshots',
supportFile: 'cypress/support',
taskTimeout: 60000,
testFiles: '**/*.*',
trashAssetsBeforeRuns: true,
userAgent: null,
video: true,
videoCompression: 32,
videoUploadOnPasses: true,
videosFolder: 'cypress/videos',
viewportHeight: 660,
viewportWidth: 1000,
waitForAnimations: true,
watchForFileChanges: true}
Dksoni81291 commented 4 years ago

I'm facing similar problem:

Error: EISDIR: illegal operation on a directory, open 'C:\Users\SUNY\AppData\Roaming\Cypress\cy\production\projects\CypressAutomation-3a075147bb0066e80c1695923814eb3a\bundles'

with Cypress v3.5 with both default electron as well Chrome browser?

Is this issue fixed or any workaround to resolve?

onadikuda commented 4 years ago

This issue is something like file not found error...I have struggled to find solution but was able to trace it using cypress.json file..

njevdjo commented 4 years ago

Maybe this example can help.

Current behavior:

When in app change hash location with delay (setTimeout) test will leave current page and go to parent page (cypress runner page). In my case http://localhost:8082/__/#/some/route/1

If set "chromeWebSecurity" to true, when run cypress open and select test get error

CypressError: Cypress detected a cross origin error happened on page load:...

If set "chromeWebSecurity" to false, when run cypress run get error

Error: EISDIR: illegal operation on a directory, open 'C:\Users\fakeuser\AppData\Roaming\Cypress\cy\production\projects\cypress-playground-98c610aaf979570d4bd341aac2a02314\bundles'

Desired behavior:

When in app change hash location with delay (setTimeout) test will stay on current page. In my case http://localhost:8082/cy-issue-1244.htm#/some/route/1 Do not want to see any error.

Steps to reproduce: (app code and test code)

cypress.json

{
    "baseUrl": "http://localhost:8082/",
    "chromeWebSecurity": false,
    "video": false
}

App code:

<!DOCTYPE html>
<html>

<head>
    <title>CY issue 1244</title>
    <meta charset="utf-8" />
</head>

<body>
    <div id="my-link">click me</div>
    <script>
        document.getElementById("my-link").addEventListener("click", () => {
            setTimeout(() => window.location.href = "#/some/route/1", 500)
        })
    </script>
</body>

</html>

Test code:

describe('cy issue 1244', () => {
    beforeEach(function () {
        cy.visit("cy-issue-1244.htm")
    })

    it('breake cy with link', () => {
        cy.get('#my-link').contains('click me').click();

        cy.wait(1000);

        cy.get('#my-link').contains('click me')
    })
})

Versions

Cypress: package version: 3.6.1 Cypress: binary version: 3.6.1 Operating System: Windows10 64bit Browser: Chrome 78 Electron 73 (headless)

pluxain commented 4 years ago

Hello,

Just sharing my experience.

I faced a similar issue resulting in the same error. After logging in and visiting the homepage of the application in test, there is an automatic redirection. The application is using hash routing. So redirecting was affecting the URL in Chrome running the tests.

I checked th debug logs and found this:

"Error: Cannot find module 'C:\\Users\\z0041d2c\\development\\front-end-testing'

which I suppose is because cypress is then looking for a specification matching the new hash route triggered by the application redirection.

By now, I could solve it to tell cypress to visit the route including the hash route I want to test.

StephenCavender commented 4 years ago

Maybe this example can help.

Current behavior:

When in app change hash location with delay (setTimeout) test will leave current page and go to parent page (cypress runner page). In my case http://localhost:8082/__/#/some/route/1

If set "chromeWebSecurity" to true, when run cypress open and select test get error "CypressError: Cypress detected a cross origin error happened on page load:..." If set "chromeWebSecurity" to false, when run cypress run get error "Error: EISDIR: illegal operation on a directory, open 'C:\Users\fakeuser\AppData\Roaming\Cypress\cy\production\projects\cypress-playground-98c610aaf979570d4bd341aac2a02314\bundles'"

Desired behavior:

When in app change hash location with delay (setTimeout) test will stay on current page. In my case http://localhost:8082/cy-issue-1244.htm#/some/route/1 Do not want to see any error.

Steps to reproduce: (app code and test code)

cypress.json

{
    "baseUrl": "http://localhost:8082/",
    "chromeWebSecurity": false,
    "video": false
}

App code:

<!DOCTYPE html>
<html>

<head>
    <title>CY issue 1244</title>
    <meta charset="utf-8" />
</head>

<body>
    <div id="my-link">click me</div>
    <script>
        document.getElementById("my-link").addEventListener("click", () => {
            setTimeout(() => window.location.href = "#/some/route/1", 500)
        })
    </script>
</body>

</html>

Test code:

describe('cy issue 1244', () => {
  beforeEach(function () {
      cy.visit("cy-issue-1244.htm")
  })

  it('breake cy with link', () => {
      cy.get('#my-link').contains('click me').click();

      cy.wait(1000);

      cy.get('#my-link').contains('click me')
  })
})

Versions

Cypress: package version: 3.6.1 Cypress: binary version: 3.6.1 Operating System: Windows10 64bit Browser: Chrome 78 Electron 73 (headless)

Running into the same issue. Reproduced using same steps to repro on: Cypress: 3.8.0 MacOS Mojave Chrome 79 See this in the console: Screen Shot 2019-12-13 at 1 14 18 PM Related StackOverflow Question

daihuaye commented 4 years ago

Wonder why this bug is labeled as "stage: needs information"? There are couple reproduce steps in the discussion. Is any Cypress team member looking at this?

This is an issue that blocks us to run integration tests in our build pipeline for months. It's also intermittently failed to run local test files.

myayop commented 4 years ago

Same goes to me ...I can reproduce the issue/error in 3.8.3

GET /__/ 200 2.451 ms - -
GET /__cypress/runner/cypress_runner.js 304 1.255 ms - -
GET /__cypress/runner/cypress_runner.css 200 3.750 ms - -
GET /__cypress/runner/fonts/fa-solid-900.woff2 304 0.434 ms - -
GET /__cypress/iframes/ 200 2.661 ms - 679
Error: EISDIR: illegal operation on a directory, open '/Users/xxxxxx/Library/Application Support/Cypress/cy/production/projects/cypress-project-4e8ebb55d0239bf22387ba859238b047/bundles'
aalfordzn commented 4 years ago

I'm getting the same issue on 4.0.1

The spec submits a form and loads a new page. The URL that should be loaded is: https://domain/#/integrations/id and the URL that Cypress is getting stuck on is https://domain/__/#integrations/id

image

Also it seems strange to me that there's like... a testrunner window within the testrunner window?

saurabh090 commented 4 years ago
Screenshot 2020-02-15 at 7 56 24 PM

Facing same Issue on macOS Catalina Version 10.15.3

Package.json

{
  "name": "automation",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "XXXX",
  "license": "ISC",
  "devDependencies": {
    "cypress": "^4.0.1"
  }
}

npm version command output:

{
  npm: '6.13.7',
  ares: '1.15.0',
  brotli: '1.0.7',
  cldr: '35.1',
  icu: '64.2',
  llhttp: '2.0.4',
  modules: '79',
  napi: '5',
  nghttp2: '1.40.0',
  node: '13.8.0',
  openssl: '1.1.1d',
  tz: '2019a',
  unicode: '12.1',
  uv: '1.34.1',
  v8: '7.9.317.25-node.28',
  zlib: '1.2.11'
}
jennifer-shehane commented 4 years ago

@njevdjo I'm not able to see the Error: EISDIR: illegal operation on a directory, open 'C:\Users\fakeuser\AppData\Roaming\Cypress\cy\production\projects\cypress-playground-98c610aaf979570d4bd341aac2a02314\bundles' error from your example, but the rerouting issue is related to https://github.com/cypress-io/cypress/issues/3975

@aalfordzn Your issue is also https://github.com/cypress-io/cypress/issues/3975

@pluxain maybe yours too https://github.com/cypress-io/cypress/issues/3975

@mtaaf07 I can't run this example as provided - the url does not resolve.

@daihuaye None of the provided examples actually reproduce the error. Were you able to run one of the examples and reproduce? If you can, please you provide the missing information for us.

mohitsingla1 commented 4 years ago

@jennifer-shehane I am getting same error while running on 3.4.1. While running multiple scenarios,first scenario runs fine On second Scenario it crashes and throws this error

Tried with 4.0.2,via CMD also

*** If I am running in DEBUG Mode ,It hangs and skips all the feature files

image

njevdjo commented 4 years ago

@jennifer-shehane I try again with cypress version 4.0.2 and still get an error. All four failing scenarios can be reproduced in repo https://github.com/njevdjo/cypress-test-tiny forked from cypress-io/cypress-test-tiny I'm curious. Which version of Cypress does not have the errors defined above?

mohitsingla1 commented 4 years ago

@jennifer-shehane I try again with cypress version 4.0.2 and still get an error. All four failing scenarios can be reproduced in repo https://github.com/njevdjo/cypress-test-tiny forked from cypress-io/cypress-test-tiny I'm curious. Which version of Cypress does not have the errors defined above?

Hi I tried by adding logout step at the last for every scenario My issue resolved in this way.

njevdjo commented 4 years ago

@mohitsingla1 Thanks for the suggestion. In my simplified example, I do not have a logout. I just have a simplified asynchronous call scenario (a common case with SPA). For example:

App code https://github.com/njevdjo/cypress-test-tiny/blob/master/index.html Test code https://github.com/njevdjo/cypress-test-tiny/blob/master/cypress/integration/spec.js

daihuaye commented 4 years ago

@jennifer-shehane I has resolved the issue for Cypress tests issue for our team. The root cause is not in Cypress, and is because of missing valid id to load the page (due to slow API), and Cypress couldn't load the page, which ran into EISDIR: illegal operation...

The way we resolve it: intercept the API as alias and wait for the API complete then move on to next test.

Thank you for the help.

jennifer-shehane commented 4 years ago

@njevdjo I'm not able to recreate the error as you describe with chromeWebSecurity: false- your error is https://github.com/cypress-io/cypress/issues/3975 however.

Screen Shot 2020-04-06 at 1 19 59 PM

Unfortunately we have to close this issue as there is not enough information to reproduce the problem. This does not mean that your issue is not happening - it just means that we do not have a path to move forward.

Although I suspect this has something to do with https://github.com/cypress-io/cypress/issues/3975

Please comment in this issue with a reproducible example and we will consider reopening the issue.

njevdjo commented 4 years ago

The error "Error: EISDIR: illegal operation on a directory, open 'C:\Users\" can be seen when hovering over "AssertionError" (in 4.3.0) or "CypressError..." (in version 4.0.2)

Maybe this screenshot will be helpful.

In Cypress version 4.3.0 image

In Cypress version 4.0.2 image

jennifer-shehane commented 4 years ago

@njevdjo Looks like the root of your issue is also #3975

njevdjo commented 4 years ago

@njevdjo Looks like the root of your issue is also #3975

I agree. I just tried to help reproduce the error mentioned above.

mrobbo76 commented 4 years ago

Hi, I´m having the same issue, these are my steps, done in a test webpage to practice:

describe("My second Test Suite", function () {
    it("My second Test Case", function () {
        cy.visit("https://rahulshettyacademy.com/seleniumPractise/#/");
        cy.get(".search-keyword").type("ca");
        cy.wait(2000); 
        cy.get(".products").as("productLocator");
        cy.get("@productLocator").find(".product").each(($el, index, $list) => {
            const textVeg = $el.find("h4.product-name").text()
            if (textVeg.includes("Cashews")) {
                $el.find("button").click();
            }
        });
        cy.get(".cart-icon > img").click();
        cy.contains("proceed to checkout".toUpperCase()).click();
    })
})

image

And my Cypress configuration:

{
animationDistanceThreshold: 5,
baseUrl: 'https://rahulshettyacademy.com/seleniumPractise/#/',
blacklistHosts: null,
chromeWebSecurity: true,
defaultCommandTimeout: 4000,
env: {},
execTimeout: 60000,
fileServerFolder: '',
fixturesFolder: 'cypress/fixtures',
hosts: null,
ignoreTestFiles: '*.hot-update.js',
integrationFolder: 'cypress/integration',
modifyObstructiveCode: true,
nodeVersion: 'system',
numTestsKeptInMemory: 50,
pageLoadTimeout: 60000,
pluginsFile: 'cypress/plugins',
port: null,
projectId: null,
reporter: 'spec',
reporterOptions: null,
requestTimeout: 5000,
responseTimeout: 30000,
screenshotsFolder: 'cypress/screenshots',
supportFile: 'cypress/support',
taskTimeout: 60000,
testFiles: '**/*.*',
trashAssetsBeforeRuns: true,
userAgent: null,
video: true,
videoCompression: 32,
videoUploadOnPasses: true,
videosFolder: 'cypress/videos',
viewportHeight: 660,
viewportWidth: 1000,
waitForAnimations: true,
watchForFileChanges: true}

Hi. I am following the same source (as above) and getting the same issue, This is on 4.4.1. Therefore, issue looks to still be reproducable. Any updates on this at all please?

jennifer-shehane commented 4 years ago

See #3975

jennifer-shehane commented 4 years ago

This fix is available starting in 4.6.0 as an experiment which you can access by setting this config option in your cypress.json or elsewhere:

{
    "experimentalSourceRewriting": true
}

The fix is experimental, so there may be some situations where the this is not fixed.

If you're still this issue while setting the experimentalSourceRewriting to true in 4.6.0 - open a new issue with a reproducible example + screenshots, etc - filling out our issue template.

njevdjo commented 4 years ago

This works fine! :+1:

OliaYesss commented 4 years ago

Hi, I got the same issue:

Screen Shot 2020-06-14 at 11 01 20 PM

Here is my test:

it('drop-down check', () => {
    const URL = 'https://www.staging.nutheorie.be/'

    cy.visit(URL)
    cy.get('select[name="city"]').eq(0).select('auto-theorie-cursus-amsterdam')
    cy.wait(2000)

    const date = new Date()
    date.setDate(date.getDate() + 1)

    const month = date.getMonth() + 1

    cy.get('#course').select(
      date.getDate() + '-' +
      (month < 10 ? '0' : '') + month + '-' +
      date.getFullYear()
    )

    cy.get('.btn-block > button[type="submit"]').eq(0).click()
  })

It reproduced in the almost blanked project (without any additional plugins, etc).

jennifer-shehane commented 4 years ago

@OliaYesss Thanks for providing a reproducible example. I can see this failing. Adding the new experimentalSourceRewriting flag does not change the behavior in this case.

reproducible example

it('illegal operation on a directory', () => {
  cy.visit('https://www.staging.nutheorie.be/')
  cy.get('select[name="city"]').eq(0).select('auto-theorie-cursus-amsterdam')
  cy.get('#course').select('15-06-2020')
  cy.get('.btn-block > button[type="submit"]').eq(0).click()
})
Screen Shot 2020-06-15 at 2 52 53 PM

debug logs

  cypress:browserify get: /Users/jennifer/Dev/cypress-transform-test +3ms
  cypress:browserify input: /Users/jennifer/Dev/cypress-transform-test +0ms
  cypress:browserify output: /Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles +0ms
  cypress:browserify browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee' ], transform: [ [ '/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/coffeeify/index.js', {} ], [ '/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, debug: true, entries: [ '/Users/jennifer/Dev/cypress-transform-test' ] } +1ms
  cypress:browserify watching +4ms
  cypress:browserify making bundle /Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles +2ms
  cypress:browserify errored bundling: /Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles [Error: EISDIR: illegal operation on a directory, open '/Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles'

] {
  errno: -21,
  code: 'EISDIR',
  syscall: 'open',
  path: '/Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles',
  filePath: '/Users/jennifer/Dev/cypress-transform-test',
  originalStack: "Error: EISDIR: illegal operation on a directory, open '/Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles'\n" +
    '\n'
} +1ms
EISDIR: illegal operation on a directory, open '/Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles'
GET /__cypress/tests?p= 200 11.873 ms - 302
  cypress:browserify errored bundling: /Users/jennifer/Library/Application Support/Cypress/cy/production/projects/cypress-transform-test-74d5161f4a1005f86b0d85a657ddcf07/bundles Error: Cannot find module '/Users/jennifer/Dev/cypress-transform-test' from '/Users/jennifer/Dev/cypress-transform-test'
    at /Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
    at load (/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
    at onex (/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
    at /Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
    at callback (/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/graceful-fs/polyfills.js:289:20)
    at FSReqCallback.oncomplete (fs.js:158:21)
 {
  stream: Labeled {
    _readableState: ReadableState {
      objectMode: true,
      highWaterMark: 16,
      buffer: BufferList { length: 0 },
      length: 0,
      pipes: [Labeled],
      pipesCount: 1,
      flowing: true,
      ended: false,
      endEmitted: false,
      reading: true,
      sync: false,
      needReadable: true,
      emittedReadable: false,
      readableListening: false,
      resumeScheduled: false,
      destroyed: false,
      defaultEncoding: 'utf8',
      awaitDrain: 0,
      readingMore: false,
      decoder: null,
      encoding: null
    },
    readable: true,
    _events: [Object: null prototype] {
      end: [Array],
      error: [Function],
      data: [Function: ondata],
      _mutate: [Function]
    },
    _eventsCount: 4,
    _maxListeners: undefined,
    _writableState: WritableState {
      objectMode: true,
      highWaterMark: 16,
      finalCalled: false,
      needDrain: false,
      ending: true,
      ended: true,
      finished: true,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: false,
      bufferProcessing: false,
      onwrite: [Function],
      writecb: null,
      writelen: 0,
      bufferedRequest: null,
      lastBufferedRequest: null,
      pendingcb: 0,
      prefinished: true,
      errorEmitted: false,
      bufferedRequestCount: 0,
      corkedRequestsFree: [CorkedRequest]
    },
    writable: false,
    allowHalfOpen: true,
    _options: { objectMode: true },
    _wrapOptions: { objectMode: true },
    _streams: [ [Deps], [DestroyableTransform] ],
    length: 2,
    label: 'deps'
  },
  filePath: '/Users/jennifer/Dev/cypress-transform-test',
  originalStack: "Error: Cannot find module '/Users/jennifer/Dev/cypress-transform-test' from '/Users/jennifer/Dev/cypress-transform-test'\n" +
    '    at /Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21\n' +
    '    at load (/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)\n' +
    '    at onex (/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)\n' +
    '    at /Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47\n' +
    '    at callback (/Users/jennifer/Library/Caches/Cypress/4.8.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/graceful-fs/polyfills.js:289:20)\n' +
    '    at FSReqCallback.oncomplete (fs.js:158:21)\n'
} +10ms
ramshakamran commented 4 years ago

Hi, I am getting the exact same error for a particular website, some lines of code are being executed and then this error is appearing. website: http://automationpractice.com/index.php code:

describe('Signup and Login Scenarios', function(){
    it('Signup Flow',function(){

        cy.visit('http://automationpractice.com/index.php')
     cy.url()
        .should('include','automationpractice')

     cy.get("a[class='login']")
       .click()

     cy.get("input[id='email_create']")
       .type('lucy@test.com')

     cy.get("button[id='SubmitCreate']")
       .click()

     cy.get("input[id='id_gender2']")
       .check()
       .should('be.checked')

     cy.get("input[id='customer_firstname']")
       .type('Lucy')

    })
})

Screenshots: Screenshot_1

Update: The issue has been fixed now by adding "experimentalSourceRewriting": true config option in the cypress.json:

Thanks @jennifer-shehane

dwineknott commented 4 years ago

I'm getting this error as well. One thing I'm noting, which may or may not be related:

There is a form submission on the page I have in question on a page:

https://app.songtrust.com/songwriters/#add/lod-form

which triggers the following code on a success response on a xhr call on the page:

            this.reset();
            $('.nav-container .song-nav-section').show();
            window.location = '#add/success/' + response.songwriter.id;
        }
    },

So, the js above changes the browser URL to https://app.songtrust.com/songwriters/#add/success/{id} . I'm noting that cypress isn't handling this as expected. When I run my test the URL resolves to https://app.songtrust.com/__/#add/success/{id} (stripping out the /songwriter/ ). Once this new URL is present Cypress errors out with: Error: EISDIR: illegal operation on a directory, open '/Users/dknott/Library/Application Support/Cypress/cy/production/projects/Songtrust-E2E-67a4c2fd1b8cca126bc208cb0a4f2432/bundles'

The issue I'm describing seems similar to https://github.com/cypress-io/cypress/issues/3994 . Seems it was resolved for some cases but not all?

bowens-zn commented 4 years ago

I'm also running into this issue. Version 4.11.0. I added "experimentalSourceRewriting": true to my cypress.json to no avail. Unfortunately can't share an example since it's proprietary code, but this issue is identical to the instance here: https://github.com/cypress-io/cypress/issues/1244#issuecomment-643979969.

learnuser commented 4 years ago

@jennifer-shehane I'm running into this issue as well on performing a simple .click() action on a link. However adding "experimentalSourceRewriting": true to my cypress.json file seems to resolve the issue but I'm curious about what the root cause of this issue is? I can tell you that at least in my case, this link was hidden and so I had to first click on a button to get that link in displayed in DOM and then I clicked on this link when the cypress crashed with the error.

deepikarajkumar commented 4 years ago

@jennifer-shehane - I am running into same issue which is specified by https://github.com/cypress-io/cypress/issues/1244#issuecomment-643817479. Unfortunately can't share my code or debug logs. Cypress version : 4.9.0 Have added experimentalSourceRewriting flag as true under cypress.json file. Still facing an same issue Error: EISDIR: illegal operation on a directory, open 'C:\Users\*****\AppData\Roaming\Cypress\cy\production\projects\attr-qa-cypress-auto-69706786b802f753da377a73636cb456\bundles'