Fix failing e2e tests by loosening appVersion check (#596)

This commit is contained in:
Will Chen
2025-07-07 23:49:04 -07:00
committed by GitHub
parent b641bfdc30
commit badab05a3a

View File

@@ -54,7 +54,6 @@ export default function HomePage() {
const updateLastVersionLaunched = async () => {
if (
appVersion &&
appVersion.match(/^\d+\.\d+\.\d+$/) &&
settings &&
settings.lastShownReleaseNotesVersion !== appVersion
) {