handsome-lion-1748
12/28/2022, 12:28 PMcy.visit() failed because you are attempting to visit a URL that is of a different origin.
handsome-lion-1748
12/28/2022, 12:30 PMhandsome-lion-1748
12/28/2022, 1:00 PMpowerful-agency-55160
12/28/2022, 1:00 PMcypress-grep
with two tags.
With this command, expected result get 2 spec file, but still get all spec file. Maybe someone can give me clue, what must i do for using 2 tagscolossal-table-38461
12/28/2022, 2:01 PMhandsome-lion-1748
12/28/2022, 2:16 PMcreamy-angle-90546
12/28/2022, 2:24 PMgray-kilobyte-89541
12/28/2022, 3:14 PMsome-oil-10020
12/28/2022, 6:54 PMgray-kilobyte-89541
12/28/2022, 7:12 PMgray-kilobyte-89541
12/28/2022, 10:13 PMjs
it('shows Sports channels', () => {
cy.intercept('GET', '**/*video-player.js', '')
cy.visit('/listings/')
cy.get('.c-tvListingsPickerFilter')
.should('be.visible')
.contains('button', 'All Channels')
.click()
cy.get('.c-tvListingsSettingsFilter').should('be.visible')
cy.contains('.c-tvListingsSettingsFilter button', 'Sports').click({
force: true,
})
cy.get('.c-tvListingsSettingsFilter').should('not.exist')
cy.contains('.c-tvListingsPickerFilter button', 'Sports').should('be.visible')
cy.contains('.c-tvListingsSchedule_row', 'ESPN').should('be.visible')
})
early-crowd-52815
12/29/2022, 4:56 AMcolossal-table-38461
12/29/2022, 5:05 AMcolossal-table-38461
12/29/2022, 5:58 AMhandsome-lion-1748
12/29/2022, 8:16 AMhappy-dinner-13480
12/29/2022, 10:07 AMforce: true
:
Cypress.Commands.overwrite('click', (originalFn, subject) => {
console.log(originalFn);
console.log(subject);
});
any suggestions?some-oil-10020
12/29/2022, 10:37 AMrough-garage-65083
12/29/2022, 10:45 AMripe-traffic-15039
12/29/2022, 12:10 PMlively-balloon-98986
12/29/2022, 12:31 PMastonishing-window-24437
12/29/2022, 1:14 PMgray-kilobyte-89541
12/29/2022, 1:57 PMgray-kilobyte-89541
12/29/2022, 1:57 PMcold-author-79999
12/29/2022, 2:52 PMnarrow-artist-87113
12/29/2022, 5:23 PMwonderful-match-15836
12/29/2022, 7:21 PMenough-truck-68085
12/29/2022, 7:21 PMnarrow-artist-87113
12/29/2022, 7:23 PMnarrow-artist-87113
12/29/2022, 7:23 PMwonderful-match-15836
12/29/2022, 7:27 PM