Skip to content

Commit 098b498

Browse files
committed
minor
1 parent 4354cda commit 098b498

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/e2e-frontend/tests/userMenu/userMenuButtons.js renamed to tests/e2e-frontend/tests/userMenu/userMenuButtons.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/e2e-frontend/tests/userMenu/userMenuWindows.js renamed to tests/e2e-frontend/tests/userMenu/userMenuWindows.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import { LoginPage } from '../fixtures/loginPage';
77
import products from '../products.json';
88
import users from '../users.json';
99

10-
const product = "s4l";
10+
const product = "osparc";
1111
const productUrl = products[product];
1212
const 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

0 commit comments

Comments
 (0)