Skip to content

Commit

Permalink
♻️ certif: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Oct 30, 2024
1 parent 0e7be71 commit ce742b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certif/tests/acceptance/session-supervising-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ module('Acceptance | Session supervising', function (hooks) {
await click(screen.getByLabelText('Le site à visiter est indisponible/en maintenance/inaccessible'));

const modal = await screen.findByRole('dialog');
await click(within(modal).getByLabelText('Fermer'));
await click(within(modal).getByRole('button', { name: 'Fermer' }));

// then
const checkedRadioButtons = screen.queryAllByRole('radio', { checked: true });
Expand Down

0 comments on commit ce742b6

Please sign in to comment.