Skip to content

Commit

Permalink
test: Fix test name (#32490)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler authored May 27, 2024
1 parent 1aac8e1 commit 957ccf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { test, expect } from '../utils/test';

test.use({ storageState: Users.user1.state });

test.describe('OC - Manual Selection', () => {
test.describe('OC - Manual Selection After Relogin', () => {
let poOmnichannel: HomeOmnichannel;
let agent: Awaited<ReturnType<typeof createAgent>>;

Expand Down

0 comments on commit 957ccf8

Please sign in to comment.