Skip to content

Commit

Permalink
infoDriver test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrathod28 committed Oct 23, 2023
1 parent f50dfe9 commit 9851456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/protractor/suites/extensions/ext-info-drawer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Extensions - Info Drawer', () => {
});

afterAll(async () => {
await apis.user.nodes.deleteNodes([fileId]);
await apis.user.nodes.deleteNodesById([fileId]);
});

it('[C284646] Add a new tab with icon and title ', async () => {
Expand Down Expand Up @@ -156,7 +156,7 @@ describe('Extensions - Info Drawer', () => {
});

afterAll(async () => {
await apis.user.nodes.deleteNodes([fileIdRemove]);
await apis.user.nodes.deleteNodesById([fileIdRemove]);
});

it('[C284650] Remove all tabs', async () => {
Expand Down

0 comments on commit 9851456

Please sign in to comment.