Skip to content

Commit

Permalink
Update title in 'Factory' test
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Jan 31, 2025
1 parent 5cdd931 commit 52d13ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/factory/Factory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ suite(
}

if (BASE_TEST_CONSTANTS.SELECT_OPENING_EXISTING_WORKSPACE_INSTEAD_OF_CREATION_NEW) {
test('Select opening an existing workspacee', async function (): Promise<void> {
test('Select opening an existing workspace instead of creating a new one', async function (): Promise<void> {
await dashboard.waitExistingWorkspaceFoundAlert();
await dashboard.clickOpenExistingWorkspaceButton();
});
Expand Down

0 comments on commit 52d13ca

Please sign in to comment.