Skip to content

Commit 9e2ebb8

Browse files
authored
fix: [UIE-10362], [UIE-10343], [UIE-10345] - Marketplace bug fixes (#13476)
* fix: [UIE-10343], [UIE-10345] - Marketplace bug fixes * Added changeset: Marketplace product updates + contact sales drawer fix * fix smoke test
1 parent 9584699 commit 9e2ebb8

16 files changed

Lines changed: 156 additions & 127 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Fixed
3+
---
4+
5+
Marketplace product updates + contact sales drawer fix ([#13476](https://github.com/linode/manager/pull/13476))

packages/manager/cypress/support/ui/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const pages: Page[] = [
5757
{
5858
go: () => {
5959
loadAppNoLogin(routes.createLinode);
60-
cy.get('[data-reach-tab]').contains('Marketplace').click();
60+
cy.get('[data-reach-tab]').contains('Quick Deploy Apps').click();
6161
},
6262
name: 'Tab',
6363
},
99 KB
Loading
Lines changed: 10 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)