Skip to content

Commit

Permalink
feat(ServiceLogo): add GetYourGuideLong logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed May 10, 2024
1 parent 7adc834 commit ace0a71
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ServiceLogoStory from "./ServiceLogo.ct-story";
test.describe("visual ServiceLogo", () => {
test("default", async ({ mount, page }) => {
const component = await mount(<ServiceLogoStory />);
page.waitForRequest(/images.kiwi.com/);
await page.waitForRequest(/images.kiwi.com/);

await expect(component).toHaveScreenshot();
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/consts.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum NAME_OPTIONS {
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
GETYOURGUIDE = "GetYourGuide",
GETYOURGUIDELONG = "GetYourGuideLong",
GOOGLEPAY = "GooglePay",
IATA = "IATA",
JCB = "JCB",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum NAME_OPTIONS {
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
GETYOURGUIDE = "GetYourGuide",
GETYOURGUIDELONG = "GetYourGuideLong",
GOOGLEPAY = "GooglePay",
IATA = "IATA",
JCB = "JCB",
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/ServiceLogo/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Name =
| "DinersClub"
| "Discover"
| "GetYourGuide"
| "GetYourGuideLong"
| "GooglePay"
| "IATA"
| "JCB"
Expand Down

0 comments on commit ace0a71

Please sign in to comment.