Skip to content

Commit

Permalink
Update itslearning url (#52)
Browse files Browse the repository at this point in the history
* Update itslearning url

* Fix tests and formatting
  • Loading branch information
marode-cap committed Aug 23, 2024
1 parent 3c27a45 commit 6d91852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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' });
}
}
2 changes: 1 addition & 1 deletion pages/StartView.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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://qs-sh.itslearning.com/Index.aspx"]');
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 6d91852

Please sign in to comment.