diff --git a/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _orientation stretching - filled.snap.png b/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _orientation stretching - filled.snap.png
index 3e99359388..fadeda458f 100644
Binary files a/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _orientation stretching - filled.snap.png and b/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _orientation stretching - filled.snap.png differ
diff --git a/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _shape.snap.png b/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _shape.snap.png
index bac64c0abe..d9b2d1bb58 100644
Binary files a/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _shape.snap.png and b/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _shape.snap.png differ
diff --git a/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _size.snap.png b/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _size.snap.png
index 87d3fa82ad..243e68ca81 100644
Binary files a/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _size.snap.png and b/cypress/snapshots/b2c/components/TextFieldGroup/TextFieldGroup.component-test.tsx/plasma-b2c TextFieldGroup -- _size.snap.png differ
diff --git a/packages/plasma-b2c/src/components/TextFieldGroup/TextFieldGroup.component-test.tsx b/packages/plasma-b2c/src/components/TextFieldGroup/TextFieldGroup.component-test.tsx
index dce081bed3..d8f0bbc664 100644
--- a/packages/plasma-b2c/src/components/TextFieldGroup/TextFieldGroup.component-test.tsx
+++ b/packages/plasma-b2c/src/components/TextFieldGroup/TextFieldGroup.component-test.tsx
@@ -17,7 +17,9 @@ describe('plasma-b2c: TextFieldGroup', () => {
{getTexFields()}
- {getTexFields()}
+
+ {getTexFields()}
+
{getTexFields()}
@@ -26,6 +28,8 @@ describe('plasma-b2c: TextFieldGroup', () => {
,
);
+ cy.get('.m-group input').last().click();
+
cy.viewport(1366, 768);
cy.matchImageSnapshot();
});
@@ -65,12 +69,14 @@ describe('plasma-b2c: TextFieldGroup', () => {
{getTexFields()}
-
+
{getTexFields()}
,
);
+ cy.get('.vertical-group input').first().click();
+
cy.viewport(1366, 768);
cy.matchImageSnapshot();
});
@@ -82,7 +88,7 @@ describe('plasma-b2c: TextFieldGroup', () => {
{getTexFields()}
-
+
{getTexFields()}
@@ -97,6 +103,8 @@ describe('plasma-b2c: TextFieldGroup', () => {
,
);
+ cy.get('.segmented-group input').last().click();
+
cy.viewport(1366, 768);
cy.matchImageSnapshot();
});