Skip to content

Commit

Permalink
test: [M3-8810] - Fix DBaaS failures when v2 feature flag is enabled (#…
Browse files Browse the repository at this point in the history
…11190)

* Mock DBaaS v2 feature flag to be disabled

* Remove feature flag mock, hourly price assertion

* Added changeset: Allow DBaaS resize test to pass when DBaaS v2 is enabled

---------

Co-authored-by: Joe D'Amore <jdamore@linode.com>
  • Loading branch information
jdamore-linode and Joe D'Amore authored Oct 30, 2024
1 parent 6c80781 commit 46d14e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11190-tests-1730312266172.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tests
---

Allow DBaaS resize test to pass when DBaaS v2 is enabled ([#11190](https://github.com/linode/manager/pull/11190))
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ describe('Resizing existing clusters', () => {
cy.contains(`$${desiredPlanPrice.monthly}/month`).should(
'be.visible'
);
cy.contains(`$${desiredPlanPrice.hourly}/hour`).should(
'be.visible'
);
});
});
});
Expand Down

0 comments on commit 46d14e2

Please sign in to comment.