Skip to content

Commit 23a1c45

Browse files
test: Remove Cypress test assertion involving login page content (linode#11737)
* Remove Cypress test assertion involving login page content * Added changeset: Remove Cypress test assertion involving Login app text
1 parent e241450 commit 23a1c45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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+
Remove Cypress test assertion involving Login app text ([#11737](https://github.com/linode/manager/pull/11737))

packages/manager/cypress/e2e/core/general/account-login-redirect.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ describe('account login redirect', () => {
1515
cy.visitWithLogin('/linodes/create');
1616

1717
cy.url().should('contain', `${loginBaseUrl}/login?`, { exact: false });
18-
cy.findByText('Please log in to continue.').should('be.visible');
1918
});
2019

2120
/**

0 commit comments

Comments
 (0)