Skip to content

Commit

Permalink
adjust the facility name verification
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jan 13, 2025
1 parent fe7146c commit 93d631e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/pageObject/facility/FacilityCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ export class FacilityCreation {
}

searchFacility(facilityName: string) {
cy.typeIntoField('[data-cy="search-facility"]', facilityName);
cy.typeIntoField('[data-cy="search-facility"]', facilityName, {
skipVerification: true,
});
}

verifyFacilityNameInCard(facilityName: string) {
Expand Down

0 comments on commit 93d631e

Please sign in to comment.