mysterious-psychiatrist-29678
12/21/2022, 5:15 PMenv
for passing them.
do you know better and more flexible solutions?little-kitchen-65586
12/21/2022, 5:39 PMlittle-kitchen-65586
12/21/2022, 5:39 PMgray-kilobyte-89541
12/21/2022, 5:47 PMgray-kilobyte-89541
12/21/2022, 5:52 PMlittle-kitchen-65586
12/21/2022, 5:55 PMlittle-kitchen-65586
12/21/2022, 5:56 PMlittle-kitchen-65586
12/21/2022, 6:05 PMgray-kilobyte-89541
12/21/2022, 6:27 PMlittle-kitchen-65586
12/21/2022, 6:27 PMgray-kilobyte-89541
12/21/2022, 6:59 PMjs
cy.visit('/build-your-own-computer')
cy.contains('#topcartlink', 'Shopping cart (0)')
cy.get('select#product_attribute_2').select(3)
cy.get('input#product_attribute_3_6').check()
cy.get('[aria-label="Enter a quantity"]').clear().type(5)
cy.contains('button', 'Add to cart').click()
cy.contains('#topcartlink', 'Shopping cart (5)')
some-lifeguard-48779
12/21/2022, 10:00 PMsome-lifeguard-48779
12/21/2022, 10:00 PMsome-lifeguard-48779
12/21/2022, 10:00 PMgifted-vase-76896
12/21/2022, 10:23 PMit('can click to get into residential parking', ()=>{
cy.get('a[href*="oauth/authorize"]').click({ multiple: true })
cy.location('pathname', {timeout: 60000})
.should('include', '/signin');
cy.contains('h1', 'Login')
})
Any ideas how I can improve this? Thank you.late-planet-4481
12/22/2022, 3:09 AM{ multiple: true }
here? From your description you want to click a link, not all links, right? If you're clicking multiple links one guess is that the site isn't handling the rapid-fire input very well.
Your site won't load for me, so it's hard to provide much more feedback. Seems like a straightforward test otherwise.incalculable-telephone-16405
12/22/2022, 5:03 AMincalculable-telephone-16405
12/22/2022, 5:03 AMcolossal-table-38461
12/22/2022, 5:45 AMrapid-river-77010
12/22/2022, 5:46 AMcolossal-table-38461
12/22/2022, 5:55 AMdazzling-pillow-26039
12/22/2022, 6:25 AMdamp-sugar-90044
12/22/2022, 6:50 AMnice-lifeguard-81070
12/22/2022, 7:28 AMcolossal-table-38461
12/22/2022, 10:07 AMstrong-football-17493
12/22/2022, 10:35 AMenvUrl
value, you should write it this way (to be tested)
typescript
describe('TEST PLAN', { failFast: { enabled: true }, browser: 'electron', env:{ envUrl: Cypress.env('dev').service1MS.envUrl } }, () => {})
millions-restaurant-84199
12/22/2022, 11:33 AMmysterious-house-15448
12/22/2022, 12:31 PMacceptable-hamburger-48790
12/22/2022, 4:39 PM