Release v2.11.3
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile, web, pulse-signage-web) (push) Successful in 1m46s
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile.player, player, pulse-signage-player) (push) Successful in 31s

This commit is contained in:
2026-09-08 17:06:53 +01:00
parent c4ae69d25f
commit bdb5ab4bac
7 changed files with 18 additions and 7 deletions
+6 -1
View File
@@ -108,4 +108,9 @@ test('clients page renders action cells for clients with permission', () => {
assert.match(html, /data-label="Actions"/);
assert.match(html, /Pause client/);
assert.match(html, /Blackout client/);
});
assert.match(html, /data-confirm-message="Reloading will restart the player page\. Continue\?"/);
const mobileClientsMarkup = html.slice(html.indexOf('<section class="clients-mobile-clients"'));
assert.match(mobileClientsMarkup, /name="command" value="reload"/);
assert.match(mobileClientsMarkup, /data-confirm-message="Reloading will restart the player page\. Continue\?"/);
});