Release v2.11.1
This commit is contained in:
@@ -224,7 +224,7 @@ test('dashboard move client button opens the move modal for the selected row', (
|
||||
return '';
|
||||
},
|
||||
querySelector(selector) {
|
||||
if (selector === 'td[data-label="Client"] > div') {
|
||||
if (selector === 'td[data-label="Client"] > div, [data-mobile-client-name]' || selector === 'td[data-label="Client"] > div') {
|
||||
return { textContent: 'Lobby Client' };
|
||||
}
|
||||
return null;
|
||||
@@ -235,7 +235,7 @@ test('dashboard move client button opens the move modal for the selected row', (
|
||||
if (selector === 'button[data-action="move-screen"]') {
|
||||
return this;
|
||||
}
|
||||
if (selector === 'tr[data-client-key]') {
|
||||
if (selector === 'tr[data-client-key], article[data-mobile-client-key]' || selector === 'tr[data-client-key]') {
|
||||
return row;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user