💚 Fixing CI Build
This commit is contained in:
parent
e679e8c5f4
commit
35df7c6429
1 changed files with 1 additions and 1 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Reference in a new issue