ref #5034 remove e2e #2193

Merged
carlossa merged 2 commits from 5034-removeE2Econnection into dev 2024-03-22 08:38:43 +00:00
1 changed files with 0 additions and 8 deletions

View File

@ -22,12 +22,4 @@ describe('Account Connections path', () => {
expect(firstResult).toContain(account);
});
it('should kill this connection and then get redirected to the login page', async() => {
await page.waitToClick(selectors.accountConnections.deleteFirstConnection);
await page.waitToClick(selectors.globalItems.acceptButton);
const message = await page.waitForSnackbar();
expect(message.text).toContain('Your session has expired, please login again');
});
});