proceed with reset here

This commit is contained in:
Girish Ramakrishnan
2024-10-15 17:33:46 +02:00
parent fbcbe82562
commit 1fd50ed537

View File

@@ -327,7 +327,7 @@ describe('Application life cycle test', function () {
it('update element-app config', updateSynapseConfig);
it('can get Element app info', getElementAppInfo);
it('can login via OIDC', loginOIDC.bind(null, USERNAME, PASSWORD, true, false));
it('can login via OIDC', loginOIDC.bind(null, USERNAME, PASSWORD, true, true /* proceedWithReset */));
it('check room', checkRoom);
it('can send message', sendMessage);