Skip to content

Commit 4827388

Browse files
iskvortsovCopilot
andauthored
Update test/e2e_tests/specs/CriticalFlow/Cells/editMultipartMessage-TC-8786.spec.ts
Co-authored-by: Copilot <[email protected]>
1 parent 42626ed commit 4827388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_tests/specs/CriticalFlow/Cells/editMultipartMessage-TC-8786.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test(
5050
const userBPage = await userBContext.newPage();
5151
const userBPageManager = new PageManager(userBPage);
5252

53-
const {pages: userBPages, modals: userBModals, components: userBComponents} = userBPageManager.webapp;
53+
const {pages: userBPages, modals: userBModals} = userBPageManager.webapp;
5454

5555
await test.step('Preconditions: Creating preconditions for the test via API', async () => {
5656
await api.createTeamOwner(userA, teamName).then(user => {

0 commit comments

Comments
 (0)