Skip to content

Commit

Permalink
chore: update dynamic-plugins-info UI E2E test
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Kong <[email protected]>
  • Loading branch information
Zaperex committed Jun 4, 2024
1 parent 201c863 commit cd44681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test.describe('dynamic-plugins-info UI tests', () => {
// what shows up in the list depends on how the instance is configured so
// let's check for the main basic elements of the component to verify the
// mount point is working as expected
await uiHelper.verifyText('Plugins (53)');
await uiHelper.verifyText('Plugins (54)');
await uiHelper.verifyText('5 rows');
await uiHelper.verifyColumnHeading(
['Name', 'Version', 'Enabled', 'Preinstalled', 'Role'],
Expand Down

0 comments on commit cd44681

Please sign in to comment.