Skip to content

Commit 5d12acd

Browse files
add reset/stop pipeline tests
1 parent 487057b commit 5d12acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/critical-path/rdi/deploy.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ test.after(async() => {
143143
.ok('Key list not loaded', { timeout: 5000 });
144144
});
145145

146-
test('Verify that context is saved after navigation panel', async() => {
146+
test('Verify stop and start works', async() => {
147147

148148
await myRedisDatabasePage.setActivePage(RedisOverviewPage.Rdi);
149149
await rdiInstancesListPage.clickRdiByName(rdiInstance.name);

0 commit comments

Comments
 (0)