Skip to content

Commit

Permalink
Fix dropdown and update test for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Aug 6, 2024
1 parent 80ae4ef commit 858d1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ div.multiselect {
cursor: pointer;
line-height: normal;
overflow: hidden;
padding: 8px 30px 8px 10px;
padding: 7px 30px 8px 10px !important;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
Expand Down
1 change: 1 addition & 0 deletions tests/module-nav/module-nav.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test.describe('ModuleNav tests', () => {

test('should match the visual snapshot in percy', async ({ page, browserName }) => {
if (browserName !== 'chromium') return;
await page.waitForSelector('#module-nav-settings-btn');
await percySnapshot(page, 'module-nav-light');
});
});
Expand Down

0 comments on commit 858d1ea

Please sign in to comment.