Skip to content

Commit 608025b

Browse files
committed
Don't expect end-of-life modals on failing connections
1 parent 6c42873 commit 608025b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-e2e-tests/tests/connection.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ describe('Connection string', function () {
306306
// connect
307307
await browser.connectWithConnectionString(`${protocol}://a:b@${url}`, {
308308
connectionStatus: 'failure',
309+
dismissEndOfLifeModal: false,
309310
});
310311

311312
// check the error

0 commit comments

Comments
 (0)