Skip to content

Commit

Permalink
updated progress bar value
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Jul 23, 2024
1 parent 90dd20c commit e3a7003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe( 'SiteGen Site Logo Step', function () {
} );

it( 'Check the Progress Bar Value', () => {
ProgressBarCheck( '33.3333%' );
ProgressBarCheck( '20%' );
} );

it.skip( 'Check for back button and go back', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe( 'SiteGen Experience & Site Building Step', function () {
} );

it( 'Check the Progress Bar Value', () => {
ProgressBarCheck( '50%' );
ProgressBarCheck( '40%' );
} );

it( 'Check for the existence & the count of experience level cards', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe( 'SiteGen Site Preview Step', function () {
} );

it( 'Check the Progress Bar Value', () => {
ProgressBarCheck( '66.6667%' );
ProgressBarCheck( '60%' );
} );

it( 'Check for by default 3 versions should be there', () => {
Expand Down

0 comments on commit e3a7003

Please sign in to comment.