Skip to content

Commit

Permalink
test: [M3-8768] - Cypress test flake: Rebuild Linode (#11390)
Browse files Browse the repository at this point in the history
* fix cypress test flake: rebuild-linode

* Added changeset: Cypress test flake: Rebuild Linode
  • Loading branch information
AzureLatte authored Dec 19, 2024
1 parent 31bcae2 commit 174868f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11390-tests-1733844253656.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tests
---

Cypress test flake: Rebuild Linode ([#11390](https://github.com/linode/manager/pull/11390))
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ describe('rebuild linode', () => {

cy.wait('@getStackScripts');
cy.findByLabelText('Search by Label, Username, or Description')
.scrollIntoView()
.should('be.visible')
.type(`${stackScriptName}`);

Expand Down Expand Up @@ -273,6 +274,7 @@ describe('rebuild linode', () => {
.click();

cy.findByLabelText('Search by Label, Username, or Description')
.scrollIntoView()
.should('be.visible')
.type(`${stackScript.label}`);

Expand Down

0 comments on commit 174868f

Please sign in to comment.