Remove an only-restrictor from tests

This commit is contained in:
Isaac Murchie 2016-04-29 18:32:10 +02:00
Родитель 1672203f42
Коммит 609ba21b13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -71,7 +71,7 @@ describe('AppiumDriver', () => {
await appium.createSession(BASE_CAPS); await appium.createSession(BASE_CAPS);
mockFakeDriver.verify(); mockFakeDriver.verify();
}); });
it.only('should kill all other sessions if sessionOverride is on', async () => { it('should kill all other sessions if sessionOverride is on', async () => {
appium.args.sessionOverride = true; appium.args.sessionOverride = true;
// mock three sessions that should be removed when the new one is created // mock three sessions that should be removed when the new one is created