Skip to content

Commit 3caeeb4

Browse files
committed
fix: error
1 parent d101a6b commit 3caeeb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playwright/tests/multiparty-conference-set-7-test.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {submitWrapup} from '../Utils/wrapupUtils';
77
import {
88
AgentId,
99
CONFERENCE_AGENT_IDS,
10+
cleanupConferencePageWithTimeout,
1011
cleanupConferenceState,
1112
consultAgentAndAcceptCall,
1213
consultQueueAndAcceptCall,
@@ -292,7 +293,7 @@ export default function createMultipartyConferenceSet7Tests() {
292293
await transferConsultAndWrapup(1);
293294
await verifyCurrentState(getAgentPage(3), USER_STATES.ENGAGED);
294295

295-
await safeHandleStrayTasks(getAgentPage(1), testManager.callerPage);
296+
await cleanupConferencePageWithTimeout(getAgentPage(1), testManager.callerPage);
296297
await consultAgentAndAccept(3, 1);
297298
await transferConsultAndWrapup(3);
298299
await verifyCurrentState(getAgentPage(1), USER_STATES.ENGAGED);

0 commit comments

Comments
 (0)