Cypress: fix redact tests (#658)

This commit is contained in:
Adam Kol 2022-01-17 12:57:12 +02:00 committed by GitHub
parent 6b4bcc8abd
commit c8a3033f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import {isValueExistsInElement, isValueExistsInElement} from '../testHelpers/TrafficHelper'; import {isValueExistsInElement} from '../testHelpers/TrafficHelper';
it('Loading Mizu', function () { it('Loading Mizu', function () {
cy.visit(Cypress.env('testUrl')); cy.visit(Cypress.env('testUrl'));

View File

@ -1,4 +1,4 @@
import {isValueExistsInElement, isValueExistsInElement} from '../testHelpers/TrafficHelper'; import {isValueExistsInElement} from '../testHelpers/TrafficHelper';
it('Loading Mizu', function () { it('Loading Mizu', function () {
cy.visit(Cypress.env('testUrl')); cy.visit(Cypress.env('testUrl'));