We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487057b commit 5d12acdCopy full SHA for 5d12acd
tests/e2e/tests/web/critical-path/rdi/deploy.e2e.ts
@@ -143,7 +143,7 @@ test.after(async() => {
143
.ok('Key list not loaded', { timeout: 5000 });
144
});
145
146
-test('Verify that context is saved after navigation panel', async() => {
+test('Verify stop and start works', async() => {
147
148
await myRedisDatabasePage.setActivePage(RedisOverviewPage.Rdi);
149
await rdiInstancesListPage.clickRdiByName(rdiInstance.name);
0 commit comments