File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
demo-scripts/mpt-samples/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ const carousel = page.getByTestId('carousel');
3838// await expect(carousel.getByText('The Fastest, Most Powerful Xbox.')).toBeVisible();
3939await carousel . getByRole ( 'button' , { name : 'Next' } ) . click ( ) ;
4040await expect ( carousel . getByText ( 'Xbox Wireless Controller - Mineral Camo Special edition' ) ) . toBeVisible ( ) ;
41+ await expect ( carousel . getByText ( 'Xbox Wireless Controller - Mineral Camo Special edition' ) ) . toBeVisible ( ) ;
4142await carousel . getByRole ( 'button' , { name : 'Previous' } ) . click ( ) ;
4243} ) ;
4344
@@ -47,6 +48,7 @@ await carousel.getByRole('button', { name: 'carousel indicator 2' }).click();
4748// await expect(carousel.getByText('Xbox Wireless Controller - Mineral Camo Limited edition')).toBeVisible();
4849await carousel . getByRole ( 'button' , { name : 'carousel indicator 1' } ) . click ( ) ;
4950await expect ( carousel . getByText ( 'The Fastest, Most Powerful Xbox Ever.' ) ) . toBeVisible ( ) ;
51+ await expect ( carousel . getByText ( 'The Fastest, Most Powerful Xbox Ever.' ) ) . toBeVisible ( ) ;
5052} ) ;
5153
5254test ( 'buy now button links to product page' , async ( { page } ) => {
You can’t perform that action at this time.
0 commit comments