mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-26 18:15:59 +00:00
fix(smoke-test): missing test for move domain (#10837)
This commit is contained in:
parent
ae9f1fb879
commit
3f29a0b8a9
@ -164,9 +164,19 @@ describe("Verify nested domains test functionalities", () => {
|
||||
clearAndDelete();
|
||||
});
|
||||
|
||||
it("verify Move domain root level to parent level", () => {
|
||||
cy.waitTextVisible(domainName);
|
||||
moveDomaintoRootLevel();
|
||||
cy.waitTextVisible("Moved Domain!");
|
||||
cy.ensureTextNotPresent("Moved Domain!");
|
||||
cy.goToDomainList();
|
||||
cy.waitTextVisible("1 sub-domain");
|
||||
});
|
||||
|
||||
it("Verify Move domain parent level to root level", () => {
|
||||
moveDomaintoParent();
|
||||
cy.waitTextVisible("Moved Domain!");
|
||||
cy.ensureTextNotPresent("Moved Domain!");
|
||||
cy.goToDomainList();
|
||||
cy.waitTextVisible(domainName);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user