Implement Use Case Selection screen (#8984)
* Introduce new splash page wrapper * Introduce new use case selection screen
This commit is contained in:
parent
bda272dce4
commit
f5f79158ed
24 changed files with 597 additions and 26 deletions
|
@ -65,6 +65,8 @@ describe("Registration", () => {
|
|||
cy.startMeasuring("from-submit-to-home");
|
||||
cy.get(".mx_InteractiveAuthEntryComponents_termsSubmit").click();
|
||||
|
||||
cy.get(".mx_UseCaseSelection_skip .mx_AccessibleButton").click();
|
||||
|
||||
cy.url().should('contain', '/#/home');
|
||||
cy.stopMeasuring("from-submit-to-home");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue