💚 Fixing CI Build

This commit is contained in:
Liyas Thomas
2020-01-01 13:51:28 +05:30
parent e679e8c5f4
commit 35df7c6429

View File

@@ -21,7 +21,7 @@ describe('Url and path', () => {
describe('Authentication', () => {
it(`Change default auth 'None' to 'Basic' and set httpUser and httpPassword with url query`, () => {
cy.visit(`?&auth=Basic&httpUser=foo&httpPassword=bar`, { retryOnStatusCodeFailure: true })
cy.visit(`?&auth=Basic Auth&httpUser=foo&httpPassword=bar`, { retryOnStatusCodeFailure: true })
.get('#authentication').contains('Authentication').click()
.then(() => {
cy.get('input[name="http_basic_user"]', { timeout: 500 })