You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on a component on my project that uses bs-modal. But I am having a hard time writing tests related to it's use.
For example, the bs-modal tag appears in the DOM regardless if the modal is shown yet.
But I noticed the elements div.modal-backdrop and div.modal both have a style attribute with the value "display: none" when the modal is hidden.
But I cannot for the life of me get my Page Object for the component under test to detect either of those elements.
It would be useful if either the repo had tests implemented for the demo of examples or there was documentation on how to test components that use some of the components from ng_bootstrap.
I'm not trying to test the ng_bootstrap component, I just need a way to test that it works when my component uses it.
The text was updated successfully, but these errors were encountered:
I have been working on a component on my project that uses bs-modal. But I am having a hard time writing tests related to it's use.
For example, the bs-modal tag appears in the DOM regardless if the modal is shown yet.
But I noticed the elements div.modal-backdrop and div.modal both have a style attribute with the value "display: none" when the modal is hidden.
But I cannot for the life of me get my Page Object for the component under test to detect either of those elements.
It would be useful if either the repo had tests implemented for the demo of examples or there was documentation on how to test components that use some of the components from ng_bootstrap.
I'm not trying to test the ng_bootstrap component, I just need a way to test that it works when my component uses it.
The text was updated successfully, but these errors were encountered: