filiphric / cypress-plugin-api

Cypress plugin to show your API information in the Cypress UI runner
ISC License
251 stars 33 forks source link

Cypress Plugin API blocking UI #132

Open steveleveridge opened 2 months ago

steveleveridge commented 2 months ago

Using version 2.11.1

Today we are seeing a lot of our Cypress tests fail as they can't see the element, prior to this interaction the tests make a call to an api using the plug-in. Tests ran ok yesterday, but today we are seeing the errors, no recent updates made in our package.json file.

The cypress runner ui is being covered by the request panel data-cy="requestPanel".

For example "Timed out retrying after 10050ms: cy.click() failed because the center of this element is hidden from view:"

image

steveleveridge commented 2 months ago

Found the issue, unrelated to the plug-in

steveleveridge commented 2 months ago

still affecting our tests after amending code our end