Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Aug 24, 2023
1 parent 849c913 commit 9228b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe(["@tier2"], "Application validations", () => {
it("Application field validations", function () {
Assessment.open();
clickByText(button, createNewButton);
selectFormItems(applicationBusinessServiceSelect, "Collins LLC");
selectFormItems(applicationBusinessServiceSelect, businessservicesList[0].name);

// Name constraints
inputText(applicationNameInput, data.getRandomWord(2));
Expand Down

0 comments on commit 9228b42

Please sign in to comment.