File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ for (const product in products) {
102102 for ( const user of productUsers ) {
103103 const role = user . role ;
104104
105- test . describe . serial ( `User Menu: ${ product } ` , ( ) => {
105+ test . describe . serial ( `User Menu Buttons : ${ product } ` , ( ) => {
106106 let page = null ;
107107 let loginPageFixture = null ;
108108
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import { LoginPage } from '../fixtures/loginPage';
77import products from '../products.json' ;
88import users from '../users.json' ;
99
10- const product = "s4l " ;
10+ const product = "osparc " ;
1111const productUrl = products [ product ] ;
1212const user = users [ product ] ;
1313
14- test . describe . serial ( `Navigation Bar : ${ product } ` , ( ) => {
14+ test . describe . serial ( `User Menu Windows : ${ product } ` , ( ) => {
1515 let page = null ;
1616 let loginPageFixture = null ;
1717
You can’t perform that action at this time.
0 commit comments