diff options
Diffstat (limited to 'vid-webpack-master/cypress/support/steps/login.step.ts')
-rw-r--r-- | vid-webpack-master/cypress/support/steps/login.step.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/support/steps/login.step.ts b/vid-webpack-master/cypress/support/steps/login.step.ts index f35e6e6b8..a7ed0752e 100644 --- a/vid-webpack-master/cypress/support/steps/login.step.ts +++ b/vid-webpack-master/cypress/support/steps/login.step.ts @@ -32,7 +32,6 @@ function login(): void { currentLoginCookies = res; }); } - } function openIframe(iframeUrl : string): void { |