Skip to content

Commit

Permalink
chore(OverflowMenu): updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrubberg committed Mar 7, 2022
1 parent 6b8dc30 commit 4fd30af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ exports[`DataTable should render 1`] = `
aria-expanded={false}
aria-haspopup={true}
aria-label="Settings"
className="bx--toolbar-action bx--overflow-menu bx--overflow-menu"
className="bx--toolbar-action bx--overflow-menu bx--overflow-menu bx--overflow-menu--md"
onClick={[Function]}
onClose={[Function]}
onKeyDown={[Function]}
Expand Down Expand Up @@ -3408,7 +3408,7 @@ exports[`DataTable sticky header should render 1`] = `
aria-expanded={false}
aria-haspopup={true}
aria-label="Settings"
className="bx--toolbar-action bx--overflow-menu bx--overflow-menu"
className="bx--toolbar-action bx--overflow-menu bx--overflow-menu bx--overflow-menu--md"
onClick={[Function]}
onClose={[Function]}
onKeyDown={[Function]}
Expand Down

0 comments on commit 4fd30af

Please sign in to comment.