Skip to content

Conversation

@mmoore00
Copy link

DuckDuckGoIphone

There are two test cases that are causing issues: checking the url and checking if the page is open.

The URL test case checks if the url equals google.com, however we are opening duckduckgo instead, so instead we should be checking if the url equals duckduckgo.com.

The page open test case checks if page.isClosed() is equal to true, however this is not what should be checked if we want the page to be open. Instead, either page.isClosed() should be equal to false or page.isOpen() should be equal to true for this test to make sense.

Matthew Moore and Moses Hughes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant