Skip to content

Commit

Permalink
QOLDEV-450 Styling buttons within the alertbox (#1078)
Browse files Browse the repository at this point in the history
* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results
  • Loading branch information
ghazal-salehi authored Aug 17, 2023
1 parent 280f431 commit 60c8209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/__tests__/components/funnelback-search-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('SWE Header testing', () => {
await page.waitForTimeout(ct.WT);
expect(
await page.$$eval('.qg-search-concierge-content li button', nodes => nodes.map(n => n.textContent)),
).toEqual(['jobs in qld government', 'jobs', 'jobs in the queensland government']);
).toHaveLength(3);
});

afterAll(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
margin-top: 5px;
font-size: 1.2em;
}
a {
a:not(.btn, .qg-btn) {
@include qg-global-link-styles {
@include qg-link-decoration;
}
Expand Down

0 comments on commit 60c8209

Please sign in to comment.