Skip to content
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

Table component #27

Merged
merged 4 commits into from
Jun 11, 2021
Merged

Conversation

IrisSC
Copy link

@IrisSC IrisSC commented Jun 10, 2021

Pull Request Description

Added cypress testing for table component. The tests that were added are exist, all headers appear in first row, all data appears in the table, edit and save buttons change the information in the table, and delete button removes row from table.


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.

josieecook and others added 4 commits June 10, 2021 13:06
* Created a DropdownWithAllComponent

* DropdownWithAllComponent implemented it in the ex1.html file

* Reworked the end-to-end cypress test for ex1.html to test the new dropdown menu

* Removed the fieldDropdownComponent and added to DropdownWithAllComponent so that it will reset to have no input if something is typed in that isn't in the menu.
The cypress tests included that the tbale exist, all headers appear as they should, all data apears in the table, can use the edit and save buttons to make changes to the tabl, and can delete a row from the table. Emits delete and save events tests are not yet completed
@josieecook josieecook merged commit 008de2a into josieecook:TableComponent Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants