Closed laceysanderson closed 10 months ago
In the branch I have fixed the following tests:
1) Drupal\Tests\trpcultivate_phenotypes\Functional\ConfigOntologyTermsTest::testForm
Behat\Mink\Exception\ElementNotFoundException: Form field with id|name|label|value "cicer_trait" not found.
2) Drupal\Tests\trpcultivate_phenotypes\Functional\ConfigWatermarkTest::testForm
Behat\Mink\Exception\DriverException: Only string values can be used for a radio input.
However, the term one seems to imply that chado_insert_cvterm is not working :-(
Drupal Version
10.0
Tripal Version
4.x dev (most recent commit)
Module Version
4.x dev (most recent commit)
Site Operating System
Debian Linux
Installation Method
Docker image built from this module
Browsers
No response
Observations
When building the docker I run into an error inserting term... however, the docker continues to build and professes to complete successfully.
When running the tests on the above docker, I recieve the following failures:
Expected Behaviour
I expect that the 4.x should not have any errors ;-p especially as there were not any when we reviewed and merged last. This implies the errors may be related to changes caused by Tripal Core...
Steps to Reproduce
docker build --tag=trpcultivate-pheno:4x ./
docker run --publish=80:80 -tid --name=pheno4x --volume=/Users/laceysanderson/Dockers/trpcultPheno-4x:/var/www/drupal/web/modules/contrib/TripalCultivate-Phenotypes trpcultivate-pheno:4x
docker exec pheno4x service postgresql restart
docker exec pheno4x phpunit
Relevant log output
No response