fix: fix instance stop e2e case
Fix the stop e2e case of the instance, which always gets a failed result. Change-Id: I04be0a63157d6fb7493062e872170db17ff5043f
This commit is contained in:
parent
f7ded6afc7
commit
e25560d3a6
@ -105,11 +105,7 @@ describe('The Instance Page', () => {
|
|||||||
cy.tableSearchText(name)
|
cy.tableSearchText(name)
|
||||||
.clickConfirmActionInMoreSub('Stop', 'Instance Status')
|
.clickConfirmActionInMoreSub('Stop', 'Instance Status')
|
||||||
.tableSearchText(name)
|
.tableSearchText(name)
|
||||||
.waitStatusTextByFresh('Shutoff')
|
.waitStatusTextByFresh('Shutoff');
|
||||||
.tableSearchText(name)
|
|
||||||
.selectFirst()
|
|
||||||
.clickHeaderButtonByTitle('Stop')
|
|
||||||
.checkDisableAction(2000);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('successfully start', () => {
|
it('successfully start', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user