Skip to content

Commit

Permalink
Simplify dashboard creation
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler committed Jul 12, 2023
1 parent 80be43b commit 8fbb5ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/utils/dashboards/vis-augmenter/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,7 @@ export const bootstrapDashboard = (
sampleDataFilepath
);

miscUtils.visitPage('app/dashboards');

cy.getElementByTestId('newItemButton').should('be.visible').click();
miscUtils.visitPage('app/dashboards#/create');

// Create several different visualizations
visualizationSpecs.forEach((visualizationSpec) => {
Expand Down

0 comments on commit 8fbb5ba

Please sign in to comment.