1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-04 23:02:14 +03:00

test with delay

This commit is contained in:
Michael Telatynski
2020-09-09 10:07:43 +01:00
parent 29c2a0ef35
commit c8bc80a3b1
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ limitations under the License.
display: contents;
.mx_AppTileFullWidth {
max-width: unset;
height: 100%;
border: 0;
}

View File

@@ -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();