Conversation
Add step definition to compare values of a cell in excel file. Add support for downloading files.
mlm483
left a comment
There was a problem hiding this comment.
Overall this looks alright, there are some confusing comments I would clean up.
src/step_definitions/steps.js
Outdated
There was a problem hiding this comment.
It looks like this is used in several features, I might change the comment to make it clear that it's not just example code.
src/step_definitions/steps.js
Outdated
There was a problem hiding this comment.
| this.browser.page.page().click('#germplasm-download-file'); // Replace with your actual selector | |
| this.browser.page.page().click('#germplasm-download-file'); |
davedrp
left a comment
There was a problem hiding this comment.
The test fails to complete. ( see my custom run or the latest daily run ) I think there is a problem with the chrome driver. I get the following error:
Error
Response 500 POST /session (13039ms)
{
value: {
error: 'session not created',
message: 'session not created: This version of ChromeDriver only supports Chrome version 136\n' +
'Current browser version is 138.0.7204.49 with binary path /opt/google/chrome/chrome',
stacktrace: ''
}
}
# Conflicts: # cucumber.conf.js # package.json
|
@davedrp - Done |
Description
BI-2389 - Verify correct entry numbers on all germplasm export list
Add support for download files.
Add support for comparing values inside an xls file.
Testing
https://github.com/Breeding-Insight/taf/actions/runs/15965305245
Checklist: