Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36
stars
54
forks
source link
Changes to allow automated browsers testing. Fixes for console errors… #464
Addition of an empty div to be used as a target for nightwatch. This will bring the last verification box on each page into clickable view. Also some minor corrections for IDs which were causing console errors.
Why
To enable automated browser testing for walkthroughs on integreatly tutorial-web-app.
Verification Steps
Clone this fork
CD into tutorial-web-app
yarn install
yarn start:dev
On each page of the walkthrough there should be a div below the Grid element with id="pushIntoView"
On the last page of each walkthrough the 'Next' button should have an id="nextPartWalkthrough"
All copyfields for all walkthroughs should have a custom property 'copyfieldid=*'
There should be no console errors relating to IDs.
Checklist:
[x ] Code has been tested locally by PR requester
[ ] Changes have been successfully verified by another team member
… regarding IDs
Motivation
INTLY-1661
What
Addition of an empty div to be used as a target for nightwatch. This will bring the last verification box on each page into clickable view. Also some minor corrections for IDs which were causing console errors.
Why
To enable automated browser testing for walkthroughs on integreatly tutorial-web-app.
Verification Steps
Checklist:
Progress
Additional Notes