-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
First sorry for my bad englis, I am automating a web page but I have some problems with shadow root, so let's see them
Current behavior:
Desired behavior:
Steps to reproduce: (app code and test code)
import 'cypress-shadow-dom';
///
describe('Mi Primera Prueba', function () {
it('Prueba Shadow Dom', function () {
cy.visit('url')
cy.shadowGet(':nth-child(2) > :nth-child(1) > .ng-untouched').shadowType("B26192");
cy.shadowGet('.mt-1 > .ng-untouched').shadowType("Interbank2");
cy.shadowGet('.mt-3 > .col-xs-12').shadowClick();
})
})
but this is the result, I don't know why he doesn't click on the button

P lease tell me what I'm doing wrong =( !!! Thank u very much
Versions
Cypress verson: 3.8.1
cypress-shadow-dom: 1.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working