Commit 333676b 1 parent a285584 commit 333676b Copy full SHA for 333676b
File tree 1 file changed +2
-2
lines changed
projects/storefrontapp-e2e-cypress/cypress/helpers
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ export function productRatingFlow(mobile?: string) {
22
22
cy . get ( '.page-item:last-of-type .page-link:first' ) . click ( ) ;
23
23
cy . get ( '.page-item.active > .page-link' ) . should ( 'contain' , '2' ) ;
24
24
25
- cy . get ( 'cx-product-list-item:nth-child(1)' ) . should ( 'contain' , 'DSC-WX1 ' ) ;
25
+ cy . get ( 'cx-product-list-item:nth-child(1)' ) . should ( 'contain' , 'DSC-W180 ' ) ;
26
26
27
27
// Sort by top rated
28
28
cy . get ( 'cx-sorting .ng-select:first' ) . ngSelect (
29
29
PRODUCT_LISTING . SORTING_TYPES . BY_TOP_RATED
30
30
) ;
31
31
cy . get ( '.page-item.active > .page-link' ) . should ( 'contain' , '2' ) ;
32
- cy . get ( 'cx-product-list-item:first' ) . should ( 'contain' , 'DSC-H20_MD ' ) ;
32
+ cy . get ( 'cx-product-list-item:first' ) . should ( 'contain' , 'DSC-WX1 ' ) ;
33
33
34
34
// Navigate to previous page
35
35
cy . get ( '.page-item:first-of-type .page-link:first' ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments