lively-library-21721
01/31/2023, 11:54 AMbusy-lamp-21053
01/31/2023, 3:30 PMcolossal-table-38461
01/31/2023, 4:15 PMbest-flower-17510
01/31/2023, 4:44 PMthousands-scooter-31458
01/31/2023, 6:07 PMbest-flower-17510
01/31/2023, 6:26 PMicy-oyster-18375
02/01/2023, 12:42 AMfreezing-scientist-25758
02/01/2023, 1:40 PMdescribe('Contract Test', () => {
beforeEach(async () => {
cy.visit('login');
cypressUtil.logIn();
await CypressUtilities.removeFixedElements();
cy.wait(5000);
cy.visit('my-account');
await CypressUtilities.removeFixedElements();
cy.wait(50000);
})
it('valid email', () => {
cy.get('[data-cy="input_form_EmailAddress"]')
.clear()
.type('erin@morriscs.com');
cy.get('[data-cy="input_form_CellPhone"]')
.click();
cy.get('div.ed-card-form--item--errors')
.should('not.exist');
})
freezing-piano-2792
02/01/2023, 2:20 PMsetupNodeEvents
in cypress.config.tsgray-kilobyte-89541
02/01/2023, 3:28 PMasync
in your hooks and testsfreezing-scientist-25758
02/01/2023, 3:29 PMbeforeEach
cause I need that to make sure the removeFixedElements happens after the pages are loaded.freezing-scientist-25758
02/01/2023, 3:42 PMlate-planet-4481
02/01/2023, 3:54 PM.should()
on?freezing-scientist-25758
02/01/2023, 3:56 PMlate-planet-4481
02/01/2023, 4:42 PMechoing-painting-40909
02/01/2023, 4:53 PMsticky-energy-17458
02/01/2023, 5:06 PMgray-kilobyte-89541
02/01/2023, 5:23 PMcreamy-cricket-77058
02/02/2023, 6:57 AMcuddly-thailand-33926
02/02/2023, 8:56 AMancient-beach-22254
02/02/2023, 6:03 PMBrowserslist: caniuse-lite is disabled. Please run:
npx browserslist@latest --update-db
does anyone know how to resolve?freezing-scientist-25758
02/02/2023, 7:36 PMcy.get('[data-cy="my_account_add_fav"]')
.trigger('mouseover').click();
cy.wait(500);
I have tried .click()
and .click({force: true})
and trigger('click')
as well as the above.
I have no idea why nothing is working.
The error is coming up because the click doesn't actually click. If it does click a pop up box comes up which includes 2 buyNow
buttons.
Which is what it would get and click on if the original .click()
worked.
So, it appears like it works in the test body and in the console when I check it BUT it doesn't bring up the pop up in the window to the right. It is very strange.adamant-magazine-53646
02/03/2023, 3:24 AMadventurous-yacht-20396
02/03/2023, 5:13 AMcreamy-cricket-77058
02/03/2023, 10:19 AMnarrow-cpu-2218
02/03/2023, 10:55 AMlate-dinner-1440
02/03/2023, 9:57 PMgray-kilobyte-89541
02/04/2023, 1:51 AMadorable-smartphone-87280
02/04/2023, 2:34 AM