Skip to content

Commit

Permalink
Update async toasts e2e tests in clone-linode.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Aug 29, 2024
1 parent e14af0c commit 908d1ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('clone linode', () => {

ui.toast.assertMessage(`Your Linode ${newLinodeLabel} is being created.`);
ui.toast.assertMessage(
`Linode ${linode.label} successfully cloned to ${newLinodeLabel}.`,
`Linode ${linode.label} has been cloned to ${newLinodeLabel}.`,
{ timeout: CLONE_TIMEOUT }
);
});
Expand Down

0 comments on commit 908d1ce

Please sign in to comment.