Skip to content

Commit

Permalink
Fix tests and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marode-cap committed Aug 21, 2024
1 parent 877bdf8 commit fa865f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/Cards/ItsLearning.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export class ItsLearningPage{

constructor(page){
this.page = page;
this.text_h1 = page.getByRole('heading', { name: 'QS Umgebung für SH' });
this.text_h1 = page.getByRole('heading', { name: 'Staging Umgebung Schleswig-Holstein' });
}
}
4 changes: 1 addition & 3 deletions pages/StartView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export class StartPage{
this.page = page;
this.text_h2_Ueberschrift = page.getByTestId('all-service-provider-title');
this.card_item_email = page.locator('[href="https://de.wikipedia.org/wiki/E-Mail"]').first();
this.card_item_itslearning = page.locator(
'[href="https://sh-staging.itslintegrations.com/"]'
);
this.card_item_itslearning = page.locator('[href="https://sh-staging.itslintegrations.com/"]');
this.card_item_schulportal_administration = page.getByText('Schulportal-Administration');
}
}

0 comments on commit fa865f7

Please sign in to comment.