Open
Description
We have segregated the tests into many small tests, which is good from an isolation perspective. However, a call to newRemote is very expensive; we should consider consolidating tests into subtests that share a WebDriver instance, especially those that don't modify state. This should reduce test run time.