Skip to content

Commit 0a3fbe9

Browse files
author
Yehudit Kerido
committed
Rebase
Signed-off-by: Yehudit Kerido <yehudit.kerido@nokia.com>
2 parents 547202b + 27ffba8 commit 0a3fbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/frontend/src/__tests__/cypress/cypress/tests/e2e/Workspaces.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const validateWorkspaceRow = (workspace: any, index: number) => {
2828
};
2929

3030
// Test suite for workspace-related tests
31-
describe('Workspaces Tests', () => {
31+
describe('Workspaces tests', () => {
3232
beforeEach(() => {
3333
home.visit();
3434
cy.intercept('GET', '/api/v1/workspaces', {

0 commit comments

Comments
 (0)