From afe46aa08a6d2531d9ea9f5261e6a80becd5dd56 Mon Sep 17 00:00:00 2001 From: kennsippell Date: Wed, 6 Nov 2024 18:01:07 -0700 Subject: [PATCH] Form rename --- test/app-forms.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app-forms.spec.js b/test/app-forms.spec.js index f0d9168..e28c774 100644 --- a/test/app-forms.spec.js +++ b/test/app-forms.spec.js @@ -360,7 +360,7 @@ describe('forms that have caused bugs', () => { }); it('#269 - submit before checking for errors', async () => { - const result = await harness.fillForm('bug_123', ['1', '1']); + const result = await harness.fillForm('bug_269', ['1', '1']); await new Promise(resolve => {}); expect(result.errors).to.be.empty; });