Merge changes from main
This commit is contained in:
parent
5b6d0ecb7e
commit
ee52464ade
|
@ -1,4 +1,4 @@
|
|||
import {oidc} from './oidc-client-ts.js';
|
||||
import {oidc} from './oidc-client-ts.3.0.1.min.js';
|
||||
|
||||
var mgr;
|
||||
var _management_logger;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,6 +47,7 @@ describe('An user without management tag', function () {
|
|||
})
|
||||
|
||||
it('should get redirected to home page again without error message', async function(){
|
||||
await homePage.isLoaded()
|
||||
const visible = await homePage.isWarningVisible()
|
||||
assert.ok(!visible)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue