mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI - ent fixes (#5430)
* re-add performancestandycode for health api call * update debounce timeout for namespace input on the auth page * re-fetch cluster model on successful init * 500ms for the debounce * swap auth methods after successful api call so that the auth box doesn't jump around * move list capability fetch to namespace component and don't use computed queryRecord to fetch it * convert ed models to JSON so that they're unaffected by store unloading * serialize with the id for the auth method models * speed tests back up with different polling while loop * login flash isn't in the same run loop so no longer needs withFlash
This commit is contained in:
@@ -155,7 +155,7 @@ module('Integration | Component | auth form', function(hooks) {
|
||||
server.shutdown();
|
||||
});
|
||||
|
||||
test('it calls authorize with the correct path', async function(assert) {
|
||||
test('it calls authenticate with the correct path', async function(assert) {
|
||||
this.owner.register('service:auth', workingAuthService);
|
||||
this.auth = this.owner.lookup('service:auth');
|
||||
let authSpy = sinon.spy(this.get('auth'), 'authenticate');
|
||||
|
||||
Reference in New Issue
Block a user