fancy-mechanic-10638
09/25/2022, 9:49 PMcy.mount
command I can wrap my control in a form, but I'm not sure how to provide the formGroup that it would need.microscopic-ice-2827
09/25/2022, 11:25 PMhigh-helicopter-11699
09/26/2022, 4:35 AMuser
09/26/2022, 5:04 AMfancy-mechanic-10638
09/26/2022, 5:19 AMtypescript
cell.find('igx-hint').should('not.exist')
cell.find('hr').should('not.exist')
then the second one fails with `cy.find() failed because it requires a DOM element. If I comment either one out, then it works fine.mysterious-belgium-25713
09/26/2022, 7:51 AMmysterious-belgium-25713
09/26/2022, 7:59 AMfresh-doctor-14925
09/26/2022, 9:21 AMcypress run
instead of cypress open
?fresh-doctor-14925
09/26/2022, 9:21 AMcell
as a variable, you get it with cy.get()
each time?stale-optician-85950
09/26/2022, 9:35 AMcy.wrap
the yielded item i.e
cy.get('your selector').then($el => {
cy.wrap($el).find('igx-hint').should('not.exist');
cy.wrap($el).find('hr').should('not.exist');
handsome-lion-1748
09/26/2022, 11:04 AMReferenceError: Cypress is not defined
P.S: I'm using @freezing-piano-2792's cucumber preprocessorhandsome-lion-1748
09/26/2022, 11:25 AMhandsome-lion-1748
09/26/2022, 11:25 AMquaint-car-48253
09/26/2022, 1:53 PMquaint-car-48253
09/26/2022, 1:57 PMprehistoric-summer-9563
09/26/2022, 2:21 PMdata-*
attribute that is NOT data-cy
gets removed somehow when the tests run. I've been looking in the docs for hints at this behavior but have not found any - just wanted to write in before filing a bug ticket to double check this is not intendedmysterious-belgium-25713
09/26/2022, 2:23 PMjs
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
on("before:browser:launch", (browser = {}, launchOptions)=>{
if (browser.name === 'chrome') {
launchOptions.args.push('--lang=uk');
return launchOptions;
}
})
},
},
})
quick-coat-5873
09/26/2022, 3:07 PMquick-coat-5873
09/26/2022, 3:08 PMfancy-mechanic-10638
09/26/2022, 3:15 PMquaint-car-48253
09/26/2022, 3:24 PMhelpful-queen-71488
09/26/2022, 3:46 PMfresh-doctor-14925
09/26/2022, 4:19 PMfancy-mechanic-10638
09/26/2022, 4:34 PMmicroscopic-toddler-9116
09/26/2022, 4:52 PMmicroscopic-toddler-9116
09/26/2022, 4:53 PMmicroscopic-toddler-9116
09/26/2022, 4:55 PMmicroscopic-toddler-9116
09/26/2022, 4:55 PMwhite-helicopter-74289
09/26/2022, 5:45 PMfancy-mechanic-10638
09/26/2022, 5:51 PMsomeObj ?? ''
I get webpack compilation errors. What do I need to do to support that?