diff --git a/pages/Cards/ItsLearning.page.ts b/pages/Cards/ItsLearning.page.ts index 52ecc05..87a7f8b 100644 --- a/pages/Cards/ItsLearning.page.ts +++ b/pages/Cards/ItsLearning.page.ts @@ -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' }); } } \ No newline at end of file diff --git a/pages/StartView.page.ts b/pages/StartView.page.ts index 2757601..5a41323 100644 --- a/pages/StartView.page.ts +++ b/pages/StartView.page.ts @@ -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'); } } \ No newline at end of file