mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-15 18:57:03 +02:00
test with delay
This commit is contained in:
parent
29c2a0ef35
commit
c8bc80a3b1
@ -19,6 +19,7 @@ limitations under the License.
|
||||
display: contents;
|
||||
|
||||
.mx_AppTileFullWidth {
|
||||
max-width: unset;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
}
|
||||
|
@ -47,6 +47,7 @@ async function findTabs(session) {
|
||||
await session.delay(1000);
|
||||
const roomSummaryButton = await session.query('.mx_RoomHeader .mx_AccessibleButton[aria-label="Room Info"]');
|
||||
await roomSummaryButton.click();
|
||||
await session.delay(1000);
|
||||
const settingsButton = await session.query(".mx_RoomSummaryCard_icon_settings");
|
||||
await settingsButton.click();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user