You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,18 +73,8 @@ test('Verify that user can see DB index in the endpoint in CLI header is automat
78
73
// Verify that when user re-creates client in CLI the new client is connected to the DB index selected for the DB by default
79
74
awaitt.expect(browserPage.Cli.cliDbIndex.textContent).eql(`[db${index}] `,'The new client is not connected to the DB index selected for the DB by default');
80
75
81
-
// Open CLI and verify the database index in the endpoint
82
-
awaitt.expect(browserPage.Cli.cliEndpoint.textContent).eql(databaseEndpoint,`The endpoint in CLI header not contains ${index} index`);
83
-
// Minimize and maximize CLI
84
-
awaitt.click(browserPage.Cli.minimizeCliButton);
85
-
awaitt.click(browserPage.Cli.cliExpandButton);
86
-
// Verify that user can work with selected logical DB in CLI when he minimazes and then maximizes the CLI
87
-
awaitt.expect(browserPage.Cli.cliEndpoint.textContent).eql(databaseEndpoint,`The endpoint in CLI header not contains ${index} index after minimize`);
88
-
89
-
// Open CLI and verify the database index in the endpoint
90
-
awaitt.expect(browserPage.Cli.cliEndpoint.textContent).eql(databaseEndpoint,`The endpoint in CLI header not contains ${index} index`);
91
76
// Switch to another logical database and check endpoint
awaitt.expect(browserPage.Cli.cliEndpoint.textContent).eql(databaseEndpointAfter,`The endpoint in CLI header is not automatically changed to the new ${indexAfter}`);
79
+
awaitt.expect(browserPage.Cli.cliDbIndex.textContent).eql(`[db${indexAfter}] `,`Db index is not automatically changed to the new ${indexAfter}`);
0 commit comments