Skip to content

Commit

Permalink
test: Fix test flake for Images landing page test (linode#10267)
Browse files Browse the repository at this point in the history
* Check for redirect to /images/create/disk
  • Loading branch information
jdamore-linode authored Mar 7, 2024
1 parent 6127288 commit 499da54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10267-tests-1709834235631.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tests
---

Fix URL redirect flake for Images empty state landing page test ([#10267](https://github.com/linode/manager/pull/10267))
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ describe('Images empty landing page', () => {
.should('be.enabled')
.click();

cy.url().should('endWith', '/images/create');
cy.url().should('endWith', '/images/create/disk');
});
});

0 comments on commit 499da54

Please sign in to comment.