Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added duck duck .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions test/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Duck Duck Go search using basic Puppeteer', function () {
});

it('should be the correct url', async () => {
expect(await page.url()).to.eql('https://google.com/');
expect(await page.url()).to.eql('https://duckduckgo.com');
});

it('should have the correct page title', async () => {
Expand All @@ -30,4 +30,4 @@ describe('Duck Duck Go search using basic Puppeteer', function () {
it('should have the page open', async () => {
expect(await page.isClosed()).to.eql(true);
});
});
});