2020-12-22 08:36:52 +00:00
|
|
|
const homePage = require("../../../locators/HomePage.json");
|
|
|
|
|
|
2021-01-04 10:16:08 +00:00
|
|
|
describe("Checking for error message on Organisation Name ", function() {
|
|
|
|
|
it("Ensure of Inactive Submit button ", function() {
|
|
|
|
|
// Navigate to home Page
|
|
|
|
|
// Click on Create Organisation
|
|
|
|
|
// Type "Space" as first character
|
|
|
|
|
// Ensure "Submit" button does not get Active
|
|
|
|
|
// Now click on "X" (Close icon) ensure the pop up closes
|
|
|
|
|
});
|
|
|
|
|
});
|