Skip to content

Commit

Permalink
update functional test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Mar 21, 2024
1 parent 6f0db86 commit 8473b6e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
it('visualize library: managed content is read-only', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();

const deletableItems = await listingTable.getAllSelectableItemsNames();

expect(deletableItems).to.eql([
'Unmanaged lens vis',
'Unmanaged legacy visualization',
'Unmanaged map',
]);

await assertInspectorReadonly('Managed lens vis');
await assertInspectorReadonly('Managed legacy visualization');
await assertInspectorReadonly('Managed map');
Expand Down

0 comments on commit 8473b6e

Please sign in to comment.