Skip to content

Commit

Permalink
Fix form typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca committed Jan 16, 2025
1 parent a3dcc38 commit 0768532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Geopilot.Frontend/cypress/e2e/helpers/formHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const isDisabled = (fieldName, isDisabled = true, parent) => {
};

/**
* Gets a from element.
* Gets a form element.
* @param {any} fieldName The name of the form element.
* @param {any} parent (optional) The parent of the form element.
* @returns
Expand All @@ -42,7 +42,7 @@ export const getFormField = (fieldName, parent) => {
};

/**
* Gets a from element's input field.
* Gets a form element's input field.
* @param {any} fieldName The name of the form element.
* @param {any} parent (optional) The parent of the form element.
* @returns
Expand Down

0 comments on commit 0768532

Please sign in to comment.