diff --git a/packages/plasma-b2c/src/components/Segment/Segment.component-test.tsx b/packages/plasma-b2c/src/components/Segment/Segment.component-test.tsx
index 6dba21b226..5ace102287 100644
--- a/packages/plasma-b2c/src/components/Segment/Segment.component-test.tsx
+++ b/packages/plasma-b2c/src/components/Segment/Segment.component-test.tsx
@@ -227,6 +227,22 @@ describe('plasma-web: Segment', () => {
cy.matchImageSnapshot();
});
+ it('single choice predefined', () => {
+ mount(
+
+
+
+
+
+
+
+
+ ,
+ );
+
+ cy.matchImageSnapshot();
+ });
+
it('multiple choice', () => {
mount(
@@ -246,6 +262,27 @@ describe('plasma-web: Segment', () => {
cy.matchImageSnapshot();
});
+ it('multiple choice predefined', () => {
+ mount(
+
+
+
+
+
+
+
+
+ ,
+ );
+
+ cy.matchImageSnapshot();
+ });
+
it('navigate with arrow`', () => {
mount(
diff --git a/packages/plasma-web/src/components/Segment/Segment.component-test.tsx b/packages/plasma-web/src/components/Segment/Segment.component-test.tsx
index 9fb9ece4c7..6dde3d37f8 100644
--- a/packages/plasma-web/src/components/Segment/Segment.component-test.tsx
+++ b/packages/plasma-web/src/components/Segment/Segment.component-test.tsx
@@ -239,6 +239,22 @@ describe('plasma-web: Segment', () => {
cy.matchImageSnapshot();
});
+ it('single choice predefined', () => {
+ mount(
+
+
+
+
+
+
+
+
+ ,
+ );
+
+ cy.matchImageSnapshot();
+ });
+
it('multiple choice', () => {
mount(
@@ -258,6 +274,27 @@ describe('plasma-web: Segment', () => {
cy.matchImageSnapshot();
});
+ it('multiple choice predefined', () => {
+ mount(
+
+
+
+
+
+
+
+
+ ,
+ );
+
+ cy.matchImageSnapshot();
+ });
+
it('navigate with arrow`', () => {
mount(