Skip to content

Commit

Permalink
Form rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Nov 7, 2024
1 parent 56ba94b commit afe46aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app-forms.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {});

Check failure on line 364 in test/app-forms.spec.js

View workflow job for this annotation

GitHub Actions / test (16.x)

'resolve' is defined but never used

Check failure on line 364 in test/app-forms.spec.js

View workflow job for this annotation

GitHub Actions / test (16.x)

'resolve' is defined but never used
expect(result.errors).to.be.empty;
});
Expand Down

0 comments on commit afe46aa

Please sign in to comment.