Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
eugenesk24 committed May 2, 2022
1 parent 8529823 commit 66c5ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ describe('Viewing application', () => {
cy.get('[data-test-subj="eventExplorer__querySaveName"]').click().type(visOneName);
cy.wait(delay);
cy.get('[data-test-subj="eventExplorer__querySaveConfirm"]').click();
// cy.wait(delay);
cy.get('[data-test-subj="app-analytics-panelTab"]').click();
cy.wait(delay);
cy.get('[data-test-subj="Flights to VeniceVisualizationPanel"]').should('exist');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,13 @@ exports[`Panels Table Component renders empty panel table container 1`] = `
className="euiFlexItem euiFlexItem--flexGrowZero"
>
<EuiButton
data-test-subj="customPanels__emptyCreateNewPanels"
fullWidth={false}
onClick={[Function]}
>
<EuiButtonDisplay
baseClassName="euiButton"
data-test-subj="customPanels__emptyCreateNewPanels"
disabled={false}
element="button"
fullWidth={false}
Expand All @@ -485,6 +487,7 @@ exports[`Panels Table Component renders empty panel table container 1`] = `
>
<button
className="euiButton euiButton--primary"
data-test-subj="customPanels__emptyCreateNewPanels"
disabled={false}
onClick={[Function]}
style={
Expand Down

0 comments on commit 66c5ddb

Please sign in to comment.