thankful-needle-72552
10/05/2022, 3:18 PMbreezy-room-97976
10/05/2022, 3:39 PMgray-kilobyte-89541
10/05/2022, 4:43 PMlimited-room-30929
10/05/2022, 5:41 PMlimited-room-30929
10/05/2022, 5:42 PMmysterious-belgium-25713
10/05/2022, 5:47 PMlimited-room-30929
10/05/2022, 5:59 PMlimited-room-30929
10/05/2022, 6:32 PMcypress run
I need to get into that one 🙂limited-room-30929
10/05/2022, 6:32 PMnode ./node_modules/@cypress/src/index.js
or something that may helplimited-room-30929
10/05/2022, 6:46 PMlimited-room-30929
10/05/2022, 6:47 PMlimited-room-30929
10/05/2022, 6:50 PMlimited-room-30929
10/05/2022, 6:56 PMlimited-room-30929
10/05/2022, 6:56 PMlimited-room-30929
10/05/2022, 6:57 PMlimited-room-30929
10/05/2022, 7:06 PMtall-microphone-35955
10/06/2022, 7:50 AMmysterious-belgium-25713
10/06/2022, 8:07 AMkind-flag-4855
10/06/2022, 8:37 AMtall-microphone-35955
10/06/2022, 8:42 AMbreezy-room-97976
10/06/2022, 8:44 AMkind-flag-4855
10/06/2022, 9:07 AMmysterious-belgium-25713
10/06/2022, 9:18 AMjs
cy.get("").should('have.class', 'form-horizontal')
mysterious-belgium-25713
10/06/2022, 9:19 AMfierce-beach-68131
10/06/2022, 9:33 AMbumpy-nest-69551
10/06/2022, 9:51 AMnarrow-artist-87113
10/06/2022, 10:16 AMnarrow-artist-87113
10/06/2022, 10:16 AMmysterious-belgium-25713
10/06/2022, 10:55 AMjs
cy.contains('Connect with github').click()
cy.origin('https://github.com', ()=>{
cy.get('input[name="login"]').type('my-email')
cy.get('input[name="password"]').type('my-password')
cy.get('[type="submit"]').click()
cy.get('[href="/settings/installations/29576211"]').click()
cy.contains('Only select repositories').click()
cy.contains('All repositories').click()
cy.get('.js-integrations-install-form-submit.btn-primary.btn.float-left.mr-2').click()
})
//Comes out of github.com back to console.internetcomputerservices.com
//(Expected) cypress will identify the placeholder and type "intro-2"
// but this doesn't happen, cypress doesn't identify any element inside the DOM
cy.get('input[placeholder="Search…"]').type('intro-2')
It seems that you are already logged into github so your not logging into github.narrow-artist-87113
10/06/2022, 11:04 AM