-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to timeout method. Updated test script
- Loading branch information
Gareth Heyes
committed
Nov 28, 2023
1 parent
311a9ca
commit 368b67d
Showing
2 changed files
with
66 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
<div> | ||
<input type="hidden" name="mytoken" value="ddaf35a193617abacc417349ae204"> | ||
</div> | ||
<div> | ||
<input type="text" name="first_name" value="Gareth"> | ||
</div> | ||
<div> | ||
<input type="text" name="last_name" value="Heyes"> | ||
</div> | ||
<div> | ||
<input type="hidden" name="email" value="[email protected]"> | ||
</div> | ||
|