Merge branch 'dev' into fix/share-chat-reactive-loop

This commit is contained in:
Timothy Jaeryang Baek
2024-05-15 08:38:59 -10:00
committed by GitHub
75 changed files with 4086 additions and 4226 deletions

View File

@@ -15,12 +15,8 @@ describe('Settings', () => {
cy.loginAdmin();
// Visit the home page
cy.visit('/');
// Open the sidebar if it is not already open
cy.get('[aria-label="Open sidebar"]').then(() => {
cy.get('button[id="sidebar-toggle-button"]').click();
});
// Click on the profile link
cy.get('button').contains(adminUser.name).click();
// Click on the user menu
cy.get('button[aria-label="User Menu"]').click();
// Click on the settings link
cy.get('button').contains('Settings').click();
});