File tree Expand file tree Collapse file tree
src/Turnierplan.App/Client/e2e Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export const turnierplan = {
1414 logoLink : 'header-logo-link'
1515 } ,
1616 landingPage : {
17- organizationsPageId : 0 ,
1817 newOrganizationButton : 'landing-page-new-organization-button'
1918 } ,
2019 loginPage : {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export class LandingPage {
55 constructor ( private readonly page : Page ) { }
66
77 public async createOrganization ( name : string ) : Promise < void > {
8- await this . page . getByTestId ( turnierplan . pageFrame . navigationTab ( turnierplan . landingPage . organizationsPageId ) ) . click ( ) ;
98 await this . page . getByTestId ( turnierplan . landingPage . newOrganizationButton ) . click ( ) ;
109 await this . page . getByTestId ( turnierplan . createOrganizationPage . organizationNameField ) . fill ( name ) ;
1110 await this . page . getByTestId ( turnierplan . createOrganizationPage . confirmButton ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments