Skip to content

Commit

Permalink
Fixed type ext to text
Browse files Browse the repository at this point in the history
  • Loading branch information
richmango03 committed Nov 16, 2022
1 parent 85b8277 commit ec53ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ONBOARDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The functionality of FarmData2 is tested using the [Cypress framework](https://w
The Cypress end-to-end test framework works by controlling the web browser. A test typically consists of a series of steps that are automated by the Cypress tests, called _spec_s. A typical spec consist of the steps:
1. Setup the test (e.g. login, prime the database)
1. Visit a specific page
1. Query the page for an _html element_ of interest (e.g. button, ext field)
1. Query the page for an _html element_ of interest (e.g. button, text field)
1. Interact with that element (e.g. click the button, enter some text)
1. Make an assertion about the result (e.g. new information appears on the page)

Expand Down

0 comments on commit ec53ad3

Please sign in to comment.