Skip to content

Commit

Permalink
QOLDEV-515 Updating rexpected results from search for 'jobs' (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazal-salehi committed Aug 1, 2023
1 parent 351e8f9 commit bde3862
Showing 1 changed file with 1 addition and 1 deletion.
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 queensland government', 'jobs', 'government jobs']);
).toEqual(['jobs in queensland government', 'government jobs', 'jobs volunteers']);
});

afterAll(async () => {
Expand Down

0 comments on commit bde3862

Please sign in to comment.