dkan icon indicating copy to clipboard operation
dkan copied to clipboard

Updated data dictionary widget functional test to test all fields in the form and the data dictionary and index field displays.

Open dmundra opened this issue 6 months ago • 0 comments

re 22001

Describe your changes

Updated functional test for https://github.com/GetDKAN/dkan/pull/4185

QA Steps

  • [ ] Tests are passing in the pipeline and locally with the following command:
ddev dkan-phpunit \
                    --coverage-clover /var/www/html/docroot/modules/contrib/dkan/clover.xml \
                    --coverage-html /var/www/html/docroot/modules/contrib/dkan/coverage-html \
                    --log-junit /var/www/html/docroot/modules/contrib/dkan/junit/junit.xml --filter DataDictionaryWidgetTest

dmundra avatar Aug 26 '24 18:08 dmundra