diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx index 0a164f5a79..904f923918 100644 --- a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx +++ b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx @@ -6,7 +6,7 @@ import ServiceLogoStory from "./ServiceLogo.ct-story"; test.describe("visual ServiceLogo", () => { test("default", async ({ mount, page }) => { const component = await mount(); - page.waitForRequest(/images.kiwi.com/); + await page.waitForRequest(/images.kiwi.com/); await expect(component).toHaveScreenshot(); }); diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-darwin.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-darwin.png index 3cb0e0a197..d0aa864fb7 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-darwin.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-darwin.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-linux.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-linux.png index 3c14eba6bb..0668d9a9f8 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-linux.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Desktop-linux.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-darwin.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-darwin.png index b74c7ac8a7..2c0bbeac32 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-darwin.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-darwin.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-linux.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-linux.png index bc7af14b22..2c0bbeac32 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-linux.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Desktop-linux.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-darwin.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-darwin.png index 165b8e8a64..82cc1f6f5b 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-darwin.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-darwin.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-linux.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-linux.png index d1cdd5a8b6..921ca62130 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-linux.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Large-Mobile-linux.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-darwin.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-darwin.png index 17ec189cc6..c59a2bc838 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-darwin.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-darwin.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-linux.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-linux.png index a3463ab75e..32353e0639 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-linux.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Medium-Mobile-linux.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-darwin.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-darwin.png index 2648d6391c..4a86010133 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-darwin.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-darwin.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-linux.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-linux.png index 473f0141e1..0c8969906b 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-linux.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Small-Mobile-linux.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-darwin.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-darwin.png index 180fb42034..6dff14e497 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-darwin.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-darwin.png differ diff --git a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-linux.png b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-linux.png index beca186fe1..a672359cf8 100644 Binary files a/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-linux.png and b/packages/orbit-components/src/ServiceLogo/ServiceLogo.ct.tsx-snapshots/visual-ServiceLogo-default-1-Tablet-linux.png differ diff --git a/packages/orbit-components/src/ServiceLogo/consts.mts b/packages/orbit-components/src/ServiceLogo/consts.mts index 24830fd28c..cbbf2392f7 100644 --- a/packages/orbit-components/src/ServiceLogo/consts.mts +++ b/packages/orbit-components/src/ServiceLogo/consts.mts @@ -14,6 +14,7 @@ export enum NAME_OPTIONS { DINERSCLUB = "DinersClub", DISCOVER = "Discover", GETYOURGUIDE = "GetYourGuide", + GETYOURGUIDELONG = "GetYourGuideLong", GOOGLEPAY = "GooglePay", IATA = "IATA", JCB = "JCB", diff --git a/packages/orbit-components/src/ServiceLogo/consts.ts b/packages/orbit-components/src/ServiceLogo/consts.ts index 24830fd28c..cbbf2392f7 100644 --- a/packages/orbit-components/src/ServiceLogo/consts.ts +++ b/packages/orbit-components/src/ServiceLogo/consts.ts @@ -14,6 +14,7 @@ export enum NAME_OPTIONS { DINERSCLUB = "DinersClub", DISCOVER = "Discover", GETYOURGUIDE = "GetYourGuide", + GETYOURGUIDELONG = "GetYourGuideLong", GOOGLEPAY = "GooglePay", IATA = "IATA", JCB = "JCB", diff --git a/packages/orbit-components/src/ServiceLogo/types.d.ts b/packages/orbit-components/src/ServiceLogo/types.d.ts index a8ed499d73..dee86e0d14 100644 --- a/packages/orbit-components/src/ServiceLogo/types.d.ts +++ b/packages/orbit-components/src/ServiceLogo/types.d.ts @@ -19,6 +19,7 @@ type Name = | "DinersClub" | "Discover" | "GetYourGuide" + | "GetYourGuideLong" | "GooglePay" | "IATA" | "JCB"