Closed Bug 1398459 Opened 7 years ago Closed 6 years ago

wdclient does not use wptrunner config when implicitlys starting session

Categories

(Testing :: geckodriver, defect, P3)

Version 3
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: ato, Unassigned)

References

Details

The second line in the following snippet is meant to implicitly
start a new WebDriver session.  This used to work, before the
session configuration was passed on from wptrunner.

> def test_maximize_when_resized_to_max_size(session):
>     # Determine the largest available window size by first maximising
>     # the window and getting the window rect dimensions.
>     #
>     # Then resize the window to the maximum available size.
>     session.end()
>     available = session.window.maximize()
>     session.end()

The configuration is available from support.fixture.configuration.
Priority: -- → P3
Unsure if this is still an issue.  Needs investigation.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Blocks: 1496489
You need to log in before you can comment on or make changes to this bug.