test: Fix flavor case
Merge set flavor families and check flavor tab case into one case, to avoid check tab failed after setting failed. Change-Id: I0bceba62605ed0d97a4670c2532827f4950fd1a2
This commit is contained in:
parent
58189edc73
commit
be17f40d2c
@ -22,11 +22,9 @@ describe('The Flavor Page', () => {
|
||||
cy.loginAdmin(listUrl);
|
||||
});
|
||||
|
||||
it('successfully prepair flavor types', () => {
|
||||
cy.setAllFlavorType();
|
||||
});
|
||||
|
||||
it('successfully list', () => {
|
||||
cy.setAllFlavorType();
|
||||
cy.visitPage(listUrl);
|
||||
cy.clickTab('Custom', 'custom')
|
||||
.clickTab('Heterogeneous Computing', 'heterogeneous_computing')
|
||||
.clickTab('Bare Metal', 'bare_metal');
|
||||
|
Loading…
x
Reference in New Issue
Block a user