cypress-io / cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update MUI dependencies

caseycling opened this issue · comments

The app currently throws warnings that several MUI dependencies are now depreciated

I have updated the dependencies and resolved the warnings. Can I make a PR for this issue?

@caseycling is this an upgrade to version 5? I am noticing some failures in the notifications spec in FF that seem to be related to firefox specifically and material UI 4
. I am going to link this issue in the repo to try unskipping this test once we upgrade to v5

commented

Unfortunately we need to close this issue due to inactivity. If you have relevant updates please comment here and we can reopen the issue for investigation.

commented

After upgrading to MUI v5 (#1522) indeed this test is passing in firefox. Re-enabled test in 3a20270