Skip to content

Commit 19ddac2

Browse files
test: Unskip Placement Group navigation test by removing .only (linode#11272)
* Unskip Placement Group navigation test by removing `.only` * Added changeset: Unskip Placement Group landing page navigation test
1 parent 1059742 commit 19ddac2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tests
3+
---
4+
5+
Unskip Placement Group landing page navigation test ([#11272](https://github.com/linode/manager/pull/11272))

packages/manager/cypress/e2e/core/placementGroups/placement-groups-navigation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('Placement Groups navigation', () => {
2727
/*
2828
* - Confirm navigation patterns to the create drawer
2929
*/
30-
it.only('can navigate to a placement group details page', () => {
30+
it('can navigate to a placement group details page', () => {
3131
cy.visitWithLogin('/placement-groups');
3232

3333
ui.button

0 commit comments

Comments
 (0)