2020-12-22 08:36:52 +00:00
|
|
|
const homePage = require("../../../locators/HomePage.json");
|
|
|
|
|
|
2021-01-04 10:16:08 +00:00
|
|
|
describe("Duplicate an application must duplicate every API ,Query widget and Datasource", function() {
|
|
|
|
|
it("Duplicating an application", function() {
|
|
|
|
|
// Navigate to home Page
|
|
|
|
|
// Click on any application action icon (Three dots)
|
|
|
|
|
// Click on "Duplicate" option
|
|
|
|
|
// Ensure the application gets copied
|
|
|
|
|
// Ensure the name is appended with the word "Copy"
|
|
|
|
|
});
|
|
|
|
|
});
|