-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Db test waits #646
Merged
braughtg
merged 5 commits into
DickinsonCollege:main
from
DickinsonCollege:dbTest-waits
Apr 12, 2023
Merged
Db test waits #646
braughtg
merged 5 commits into
DickinsonCollege:main
from
DickinsonCollege:dbTest-waits
Apr 12, 2023
Conversation
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
* created file to test seeding input type defaults * Filled out before each * Our team's test shows up in correct folder so we can run in Cypress * Added test to check if the Tray element is enabled * Added test to check if the Direct element is enabled * tested that neither the tray nor the direct element is selected * tested whether the message to prompt tray/direct element selection is visible * Tested that the form elements for Tray and Direct are not visible * Finished testing visibility of form elements - had to add one more * Deleted unnecessary (duplicate) test file from field kit * Adjusted the comment in the describe and added a descriptive comment at the top of the file. * merged second and third individual test into one test * changed data-cy attribute of message to prompt selection of tray or direct element --------- Co-authored-by: Alexandrialexie <brownale@dickinson.edu> Co-authored-by: andrewscheiner53 <scheinea@dickinson.edu>
* added spec.js file * Added it block for testing header * checked the number of workers field is empty and enabled * checked the number of time worked field is empty and enabled * Added the "check correct dropdown for selected time unit" "Checks Time units dropdown" "checks time units default is minutes" * couple of spacing and alignment issues fixed. Signed-off-by: Foogabob <80643562+Foogabob@users.noreply.github.com> * changed a test name to be more descriptive Signed-off-by: Foogabob <80643562+Foogabob@users.noreply.github.com> --------- Signed-off-by: Foogabob <80643562+Foogabob@users.noreply.github.com> Co-authored-by: EliasBerhe <eliastes123@gmail.com> Co-authored-by: Foogabob <locker@dickinson.edu> Co-authored-by: Foogabob <80643562+Foogabob@users.noreply.github.com>
* Initial commit, adding seeding input data cypress test * subtask #1 Assert header has 'Data' * Check the crop dropdown list size * Testing crop dropdown * Testing for crop dropdown length * Testing for crop dropdown length * test input date element enabled and has correct default value * Created test to check if crop selected has been enabled * Cleaning cypress test * Add test to check if any option was selected * Remove dropdown element reference via children function * combined similar 'it' blocks * Created test to check that the crop drop down does not have a selected value --------- Co-authored-by: nathang15 <nguyenat@dickinson.edu> Co-authored-by: infantlikesprogramming <hadu@dickinson.edu>
Merged
braughtg
added a commit
that referenced
this pull request
Apr 12, 2023
Reverts #646 This was to be merged into the FD2School_FarmData2 fork instead of into the upstream.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Modified the
dbtest
examples so that they use thecy.waitForPage()
pattern that will be typical of real use cases.Licensing Certification
FarmData2 is a Free Cultural Work and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request I certify that I satisfy the terms of the Developer Certificate of Origin for its contents.