Skip to content

Commit

Permalink
Added changeset: PlanSelection availability updates and consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Apr 23, 2024
1 parent 45be83c commit 31e44ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10387-changed-1713887237963.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Changed
---

PlanSelection availability updates and consolidation ([#10387](https://github.com/linode/manager/pull/10387))
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ describe('create linode', () => {

/*
* Region select test.
*
* TODO: Cypress
* Move this to cypress component testing once the setup is complete - see https://github.com/linode/manager/pull/10134
*
* - Confirms that region select dropdown is visible and interactive.
* - Confirms that region select dropdown is populated with expected regions.
* - Confirms that region select dropdown is sorted alphabetically by region, with North America first.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: Cypress
// Move this to cypress component testing once the setup is complete - see https://github.com/linode/manager/pull/10134
import { fbtClick } from 'support/helpers';
import { ui } from 'support/ui';
import {
Expand Down

0 comments on commit 31e44ee

Please sign in to comment.