Release v2.11.3
This commit is contained in:
@@ -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\?"/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user