Skip to content

Commit

Permalink
update dynamic plugins info test
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
  • Loading branch information
04kash committed Sep 30, 2024
1 parent b04d787 commit 15421e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('DynamicPluginsTable', () => {
expect(nameCells[0].textContent).toBe(
'@janus-idp/backstage-plugin-3scale-backend-dynamic',
);
expect(nameCells[4].textContent).toBe(
expect(nameCells[3].textContent).toBe(
'@janus-idp/backstage-plugin-bulk-import',
);
expect(versionCells[0].textContent).toBe('');
Expand Down Expand Up @@ -87,7 +87,7 @@ describe('DynamicPluginsTable', () => {
expect(nameCells[0].textContent).toBe(
'@janus-idp/backstage-plugin-3scale-backend-dynamic',
);
expect(nameCells[4].textContent).toBe(
expect(nameCells[3].textContent).toBe(
'@janus-idp/backstage-plugin-bulk-import',
);
await act(() => findByText('Name').then(el => el.click()));
Expand Down

0 comments on commit 15421e9

Please sign in to comment.