Skip to content

Commit

Permalink
Update e2e test for attach-volume.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Aug 28, 2024
1 parent a655ac4 commit 0d10cf4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ describe('volume attach and detach flows', () => {

// Confirm that volume has been attached to Linode.
cy.wait('@attachVolume').its('response.statusCode').should('eq', 200);
ui.toast.assertMessage(`Volume ${volume.label} successfully attached.`);
ui.toast.assertMessage(
`Volume ${volume.label} has been attached to Linode ${linode.label}.`
);
cy.findByText(volume.label)
.should('be.visible')
.closest('tr')
Expand Down

0 comments on commit 0d10cf4

Please sign in to comment.