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'm really new to electron, I've started to use this project to test some custom elements with shadow dom support, so far it has showed to be really nice. However, I'm having some problems on doing some assertions, such as checking when the page URL had been changed by the code being tested. In one of my components, at certain conditions, the following happens:
window.location.href='login';
How can I assert that?
The text was updated successfully, but these errors were encountered:
Hello all,
I'm really new to electron, I've started to use this project to test some custom elements with shadow dom support, so far it has showed to be really nice. However, I'm having some problems on doing some assertions, such as checking when the page URL had been changed by the code being tested. In one of my components, at certain conditions, the following happens:
How can I assert that?
The text was updated successfully, but these errors were encountered: