diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0136a254..2553f6e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -400,6 +400,7 @@ jobs: CHROMIUM_REQUIRE=1 BASE_URL=http://localhost:13581 node test-issue-1599-replay-freeze-e2e.js 2>&1 | tee -a e2e-output.txt CHROMIUM_REQUIRE=1 BASE_URL=http://localhost:13581 node test-issue-1648-m1-icons-e2e.js 2>&1 | tee -a e2e-output.txt CHROMIUM_REQUIRE=1 BASE_URL=http://localhost:13581 node test-issue-1648-m2-icons-e2e.js 2>&1 | tee -a e2e-output.txt + CHROMIUM_REQUIRE=1 BASE_URL=http://localhost:13581 node test-issue-1648-m3-icons-e2e.js 2>&1 | tee -a e2e-output.txt BASE_URL=http://localhost:13581 node test-issue-1224-channels-mobile-ux-e2e.js 2>&1 | tee -a e2e-output.txt BASE_URL=http://localhost:13581 node test-issue-1367-channels-chat-app-e2e.js 2>&1 | tee -a e2e-output.txt BASE_URL=http://localhost:13581 node test-issue-1236-map-mobile-e2e.js 2>&1 | tee -a e2e-output.txt diff --git a/public/app.js b/public/app.js index 324f842a..a0d8e7fa 100644 --- a/public/app.js +++ b/public/app.js @@ -737,11 +737,11 @@ function _showPullToast(msg, ok) { } function pullReconnect() { - // If WS is connected (readyState OPEN), give a brief "Connected β" + // If WS is connected (readyState OPEN), give a brief "Connected" // confirmation but still cycle so the user sees fresh data. const wasOpen = ws && ws.readyState === 1; if (wasOpen) { - _showPullToast('Connected β', true); + _showPullToast('Connected', true); // Fast cycle: close and let onclose reconnect immediately try { ws.close(); } catch (e) {} } else { @@ -903,8 +903,8 @@ registerPage('tools-landing', { '