Cypress: two new tests --> IgnoredUserAgents and RegexMasking (#663)

This commit is contained in:
Adam Kol
2022-01-18 17:32:50 +02:00
committed by GitHub
parent acf3894824
commit cc4638afe6
6 changed files with 71 additions and 87 deletions

View File

@@ -0,0 +1,7 @@
import {isValueExistsInElement} from "../testHelpers/TrafficHelper";
it('Loading Mizu', function () {
cy.visit(Cypress.env('testUrl'));
})
isValueExistsInElement(true, Cypress.env('regexMaskingBodyContent'), '.hljs');