Skip to content

3.20.19

Latest
Compare
Choose a tag to compare
@poulch poulch released this 20 Nov 11:08
· 148 commits to main since this release
70fca90

🪲 Fixes:

  • fd98d31: Selecting sale entries no longer fails when browsing the sales list by @andrzejewsky
  • 05a2be7: Variant creation no longer reports an error when an API call fails, this means this scenario is now handled gracefully by @andrzejewsky
  • bd125e8: List item links are no longer rendered outside the cursor. This means you can now copy the item's URL with a mouse right-click or use a middle click to open the page in a new tab by @Cloud11PL
  • e1c0868: The "Save" button in the Change Password form now submits the form data to Saleor by @Cloud11PL
  • 54e77d2: You can now select attribute value from the dropdown in the datagrid cell by @poulch

⚙️ Maintenance:

  • 747030e: Enhanced success banner verification in basePage.ts by adding network idle state check and parallel assertions, while modernizing array operations in shipping methods tests using spread syntax instead of .concat() by @michalina-graczyk
  • 73f4a95: Refactored tests by replacing direct banner visibility checks with expectSuccessBanner().
    Removed unnecessary waitForNetworkIdleAfterAction wrappers.
    Simplified test scope for staffMembers and removed explicit timeouts where appropriate by @michalina-graczyk
  • f4466d9: Now, codeql action is no longer needed since we enabled code analysis via GH configuration with default settings by @andrzejewsky
  • 82cd647: Adjust inline discount test for precise floating-point comparison with .toFixed(2) by @michalina-graczyk