Skip to content

Commit

Permalink
Remove test assertion that no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Dec 9, 2024
1 parent 20537a0 commit 77379d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions x-pack/test/functional/apps/infra/node_details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,16 +662,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Metrics Tab', () => {
before(async () => {
await pageObjects.assetDetails.clickMetricsTab();
});

it('should show add metrics callout', async () => {
await pageObjects.assetDetails.addMetricsCalloutExists();
});
});

describe('Processes Tab', () => {
before(async () => {
await pageObjects.assetDetails.clickProcessesTab();
Expand Down

0 comments on commit 77379d6

Please sign in to comment.