jakedowns / CypressHelpers

cypress tips and tricks i've found
46 stars 14 forks source link

usage with window:confirm #5

Open jakedowns opened 1 year ago

jakedowns commented 1 year ago

Great piece of code, thank you very much for this module.

I am trying to use cy.on('window:confirm', () => true) when a popup window appears on newly opened tab but it doesn't work. Any idea why?

Originally posted by @frnc07 in https://github.com/jakedowns/CypressHelpers/issues/3#issuecomment-960175587

jakedowns commented 1 year ago

@frnc07 mind sharing a little more context?

how is window.confirm being called? is it being called in the root window, or the popup window?

can you share your test code that isn't working, or a slimmed down version of it? it may help me replicate / resolve the issue

sorry for the delayed response