From 6d91852e1436c1af1589b4e463566c93f28b6023 Mon Sep 17 00:00:00 2001 From: "Marvin Rode (Cap)" <127723478+marode-cap@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:24:14 +0200 Subject: [PATCH] Update itslearning url (#52) * Update itslearning url * Fix tests and formatting --- pages/Cards/ItsLearning.page.ts | 2 +- pages/StartView.page.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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