Closed M-Wicenec closed 3 months ago
This pull request contains minor updates and bug fixes across three files: an end-to-end test file for parameter tables and keyboard shortcuts, another for creating and editing palettes, and a CSS file. The changes include improving test assertions, fixing a typo, and adjusting a z-index value.
Files | Changes |
---|---|
e2e/parameterTableAndKeyboardShortcuts.spec.ts |
Improved test assertion for field deletion by introducing a new variable to store the count after deletion, making the test more explicit and easier to understand. |
e2e/creatingAndEditingPalettes.spec.ts |
Fixed a typo in a comment, changing 'hellow world' to 'hello world'. |
static/base.css |
Increased the z-index value of a navbar element from 99 to 100, potentially resolving a layering issue in the user interface. |
Summary by Sourcery
Update end-to-end tests to fix a logic error in field count verification and correct a typo in a comment. Adjust the z-index in the CSS for better element stacking.
Bug Fixes:
Enhancements:
Chores: