cypress-example-recipes icon indicating copy to clipboard operation
cypress-example-recipes copied to clipboard

Show recipe for interacting with common bootstrap elements

Open brian-mann opened this issue 7 years ago • 1 comments

Such as dropdown, dialogs, etc.

Also create a custom child command for programmatically interacting with JS api's directly to avoid using the DOM.

brian-mann avatar Sep 11 '17 14:09 brian-mann

How can we wait for shown.bs.modal event? I try to click on a submit button with data-dismiss="modal" attribute as soon as the modal is shown. Sometimes it closes the modal, sometimes it doesn't. But my custom onclick handler is always executed. It seems like Cypress clicks on the button before Bootstrap close hook is binded.

livthomas avatar Dec 29 '18 20:12 livthomas