Updating tests

This commit is contained in:
Liyas Thomas
2020-03-12 22:49:43 +05:30
parent fa31f8667f
commit 564f659778
3 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
describe("Authentication", () => {
it(`Change default auth user and pass with url`, () => {
it(`Change default Auth username and password with URL`, () => {
cy.visit(`?&auth=Basic Auth&httpUser=foo&httpPassword=bar`, { retryOnStatusCodeFailure: true })
.get('input[name="http_basic_user"]', { timeout: 500 })
.invoke("val")
@@ -14,7 +14,7 @@ describe("Authentication", () => {
})
})
it("Enable user and pass at url with toggler", () => {
it("Enable username and password in URL with toggler", () => {
cy.visit("/", { retryOnStatusCodeFailure: true })
.get("#auth")
.select("Basic Auth")