skip to Main Content

Reactjs – cypress tests. How to test deeplink

I have one issue with cypress test. I have such test const deeplinkUrl = 'https://deeplink.page.link/2WmRA4zbfUcQz5AY9'; describe('upload scan view', () => { beforeEach(() => { cy.visit('/deplinkPage'); cy.injectAxe(); }); it('should redirect user to deep link', () => { cy.waitForLoaderRemoval(); cy.getEnabledButton('Install for Free');…

VIEW QUESTION
Back To Top
Search