From 81106b32cc8f0e511758f48024b96f494f29e007 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Mon, 8 Jan 2024 15:08:49 -0800 Subject: [PATCH] add clarifying comment --- ui/tests/integration/components/mfa/method-form-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/tests/integration/components/mfa/method-form-test.js b/ui/tests/integration/components/mfa/method-form-test.js index 0920c3fdd6..ef3f970a1c 100644 --- a/ui/tests/integration/components/mfa/method-form-test.js +++ b/ui/tests/integration/components/mfa/method-form-test.js @@ -38,8 +38,8 @@ module('Integration | Component | mfa-method-form', function (hooks) { .dom('[data-test-input="max_validation_attempts"]') .exists(`Max validation attempts field input renders`); }); - - test('it should edit a new mfa method', async function (assert) { + // You can only edit a mfa method from this form. To create you need to go to the parent create route. + test('it should edit a mfa method', async function (assert) { assert.expect(3); this.server.post('/identity/mfa/method/totp/some-id', () => {