Skip to content

Commit

Permalink
fix(vcd-veeam): fix failing test in delete-veeam
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dickerson <[email protected]>
  • Loading branch information
Paul Dickerson authored and pauldkn committed Dec 11, 2024
1 parent e6ebbe3 commit c9f36e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Delete veeam-backup', () => {
const confirmButton = await getButtonByLabel({
container,
label: 'deleteModalDeleteButton',
altLabel: 'Supprimer',
altLabel: 'Résilier',
});

await waitFor(() => userEvents.click(confirmButton));
Expand Down

0 comments on commit c9f36e3

Please sign in to comment.