Skip to content

Commit

Permalink
change polarion TC ID
Browse files Browse the repository at this point in the history
  • Loading branch information
omril-redhat committed Nov 30, 2020
1 parent f1face4 commit 1977e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('Tests involving guest agent', () => {
expect(disksView.fileSystemsTable).toBeDefined();
});

it('ID(CNV-5488) Verify alert when trying to delete vm while users are logged-in', async () => {
it('ID(CNV-5472) Warn user when deleting a VM which has a logged in user ', async () => {
await vmLinux.navigateToDetail();
await vmActions(VM_ACTION.Delete, false);
await browser.wait(until.visibilityOf(vmView.vmDeleteAlert));
Expand Down

0 comments on commit 1977e5a

Please sign in to comment.