added create and delete app fun

This commit is contained in:
rashminagarajp 2020-05-05 15:07:13 +05:30
parent 61ea73f2e5
commit ff3ce6e01a

View File

@ -33,6 +33,6 @@ describe("Button Widget Functionality", function() {
afterEach(() => {
//clean up
cy.DeleteModal();
// cy.DeleteModal();
});
});