Emily Wisniewski (Rohrbough)

Results 122 comments of Emily Wisniewski (Rohrbough)

I am to reproduce this with Cypress 12.2.0, though I am unable to repo using @bahmutov's snippet: ```js it('t1', () => { cy.visit('https://example.cypress.io/commands/querying') cy.get('code[class="javascript hljs" i]').should('have.length', 8) // PASSES cy.get('code').find('[class="javascript...

@mduft Interesting! Thank you for the reproduction! I am able to reproduce the issue you are seeing with the example you provided and verifying it works without the use of...

@obajaddi Thank you for opening an issue with a snippet on how to reproduce. I verified the the following example with Cypress 11.2.0 and 12.2.0 with `[email protected]` and was able...

@Shaegi Are you asking for this request purely for a performance improvement or is there another reason you want to share the specPatterns between component and e2e testing?

@Shaegi Can you confirm your configuration? You provided two versions of your configuration...If it is the following, ```js e2: { specPattern: '**/*.cy.{js,jsx,ts,tsx,feature,features}', excludeSpecPattern: [ '**/node_modules/**', '**/components/**' ] }, component: {...

@jordanpowell88 are there typescript tests in npm/grep? @samtsai I think this would also fix #24814

@CSchulz thank you for reporting this Typescript issue. It looks like we have programmed our types for `get(alias)` to return a JQuery element [here](). TypeScript is not my strongest, but...

@ShanikaWickramasinghe were you able to give this a try?

@ShanikaWickramasinghe Going to go ahead and close this as Brian's suggestion should be a able to accomplished what you are asking for. If this does not seem to be the...

@alessandrostassalpitour Can you share more information on the issue you are having? Is it that cookies and local storage are persisting from other domains? I am unable to use the...