Skip to content

Commit

Permalink
compat: Update the spacing e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Nov 13, 2024
1 parent d8936d3 commit f369624
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ describe('Spacing Extension', () => {
top: '20px',
right: {
settings: {
name: '3',
name: 'X-Small',
id: '30',
value: 'min(2.5rem, 3vw)',
reference: {
Expand All @@ -498,7 +498,7 @@ describe('Spacing Extension', () => {
bottom: '40px',
left: {
settings: {
name: '5',
name: 'Regular',
id: '50',
value: 'min(6.5rem, 8vw)',
reference: {
Expand All @@ -517,7 +517,7 @@ describe('Spacing Extension', () => {
top: '10px',
right: {
settings: {
name: '2',
name: 'Tiny',
id: '20',
value: 'min(1.5rem, 2vw)',
reference: {
Expand All @@ -534,7 +534,7 @@ describe('Spacing Extension', () => {
bottom: '30px',
left: {
settings: {
name: '4',
name: 'Small',
id: '40',
value: 'min(4rem, 5vw)',
reference: {
Expand Down

0 comments on commit f369624

Please sign in to comment.