-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add test for BI-2000. Add bad ontology sample. #150
Conversation
src/features/BI-2000.feature
Outdated
And user uploads Ontology "test01-ontology.xls" file | ||
And user selects 'Import' button | ||
When user selects "Confirm" button | ||
Then user can see banner contains "Imported ontology terms have been added" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the acceptance criteria includes "THEN the user can see the error message disappear when a valid file is uploaded." should there be a "user can see banner does NOT contain 'THEN the user can see the error message disappear when a valid file is uploaded. '" clause?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated to add the "Then user cannot see banner contains "Error(s) detected in file, Bad.xls . (See details below.) Import cannot proceed.".
… detected in file, Bad.xls . (See details below.) Import cannot proceed.".
"chromedriver": "^127.0.0", | ||
"chromedriver": "^129.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we pinning the chrome version in the GitHub Actions? Do they need to be updated as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That I'm not aware. I usually update the package.json.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it looks like it ran without any chromedriver issues.
Description
Add test for BI-2000.
Testing
Please include a link to a successful run of TAF for this change
Checklist: