Co-authored-by: Trisha Anand <trisha@appsmith.com> Co-authored-by: Piyush Mishra <piyush@codeitout.com> Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com> Co-authored-by: Akash N <akash@codemonk.in>
12 lines
417 B
JavaScript
12 lines
417 B
JavaScript
const homePage = require("../../../locators/HomePage.json");
|
|
|
|
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
|
|
});
|
|
});
|