Skip to content

Commit

Permalink
remove intercept
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Nov 26, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 2829717 commit 053c25e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/e2e/IKVideo.cy.js
Original file line number Diff line number Diff line change
@@ -3,11 +3,7 @@ describe('IKVideo Element', () => {

describe('Video transformation', () => {
it('should have element with transformation', () => {
cy.intercept('GET', '**/*', (req) => {
// Set the custom header
req.headers['ngrok-skip-browser-warning'] = 'true';
});
cy.visit(APP_HOST, { timeout: 30000 });
cy.visit(APP_HOST);

cy.get('.ikvideo-default').scrollIntoView();

0 comments on commit 053c25e

Please sign in to comment.