Skip to content

Commit

Permalink
Fix region deletion test
Browse files Browse the repository at this point in the history
Deleting a parent region could be problematique but I’ve
noted that for future examination.
  • Loading branch information
backspace committed Nov 30, 2023
1 parent d860948 commit c4544e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gathering/tests/acceptance/regions-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module('Acceptance | regions', function (hooks) {

test('a region can be deleted', async function (assert) {
await page.visit();
await page.regions[0].edit();
await page.regions[3].edit();
await page.delete();
await waitUntil(() => page.regions.length === 3);

Expand Down

0 comments on commit c4544e9

Please sign in to comment.