Merge changes from main

This commit is contained in:
Marcial Rosales 2024-06-21 11:24:42 +02:00 committed by Michael Klishin
parent 5b6d0ecb7e
commit ee52464ade
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)
})