Closed dangunter closed 7 months ago
@dangunter
You can copy code from file /idaes-ui/cypress/e2e/flowsheet_component.cy.js
from my repo's branch add-diagnostics,
and to replace the file /idaes-ui/cypress/e2e/flowsheet_component.cy.js
in your repo.
@CopyDemon the change had no real effect, there is something else going on here
To get the screenshots, you can add a step after the Cypress one with actions/upload-artifact e.g.:
- name: Upload screenshots
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
# use relevant options
@CopyDemon and @lbianchi-lbl thanks for your help. I figured out what was wrong -- as usual, not where I was looking. There were some randomly named files under "assets" that needed to be added to the repo. I don't quite understand what these are for, why they need to be there, and why I had to add them in this PR, but anyways this fixes the issue. Plus, now we have screenshots :-) I reverted changes outside docs directory except addition of 'playwright' as a dependency.
Fixes EVERYTHING (about the docs at least)
Proposed changes:
Legal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution: