Skip to content

Commit

Permalink
fix: fix failed ft for retiring dashboards management
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <[email protected]>
  • Loading branch information
raintygao committed Sep 20, 2023
1 parent dde630d commit ea3048a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cypress/integration/common/dashboard_sample_data_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ export function dashboardSanityTests() {
);
});

it('checking management display', () => {
// Check that management is visable
commonUI.checkElementExists(`a[href="${path}/app/management"]`, 1);
});

it('checking dev_tools display', () => {
// Check that dev_tools is visable
commonUI.checkElementExists(
Expand Down Expand Up @@ -186,7 +181,7 @@ export function dashboardSanityTests() {

describe('checking saved objects', () => {
before(() => {
miscUtils.visitPage('app/management/opensearch-dashboards/objects');
miscUtils.visitPage('app/objects');
});

after(() => {});
Expand Down

0 comments on commit ea3048a

Please sign in to comment.