Fix failing e2e tests by loosening appVersion check (#596)
This commit is contained in:
@@ -54,7 +54,6 @@ export default function HomePage() {
|
||||
const updateLastVersionLaunched = async () => {
|
||||
if (
|
||||
appVersion &&
|
||||
appVersion.match(/^\d+\.\d+\.\d+$/) &&
|
||||
settings &&
|
||||
settings.lastShownReleaseNotesVersion !== appVersion
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user