Update roles cypress is looking for (#10708)
* Update roles cypress is looking for * Fix sliding sync test
This commit is contained in:
parent
621fdf1313
commit
4b1b9b17ef
6 changed files with 6 additions and 8 deletions
|
@ -67,7 +67,7 @@ const INTEGRATION_MANAGER_HTML = `
|
|||
`;
|
||||
|
||||
function openIntegrationManager() {
|
||||
cy.findByRole("tab", { name: "Room info" }).click();
|
||||
cy.findByRole("button", { name: "Room info" }).click();
|
||||
cy.get(".mx_RoomSummaryCard_appsGroup").within(() => {
|
||||
cy.findByRole("button", { name: "Add widgets, bridges & bots" }).click();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue