chore(tools): remove rtts from the repo.

Closes #4107
This commit is contained in:
Rado Kirov
2015-09-09 19:00:22 -07:00
committed by Rado Kirov
parent 6a4a8a60ab
commit 63141ab9ab
15 changed files with 8 additions and 848 deletions

View File

@ -17,7 +17,7 @@ export class SeleniumWebDriverAdapter extends WebDriverAdapter {
thenable.then(
// selenium-webdriver uses an own Node.js context,
// so we need to convert data into objects of this context.
// (e.g. otherwise instanceof checks of rtts_assert would fail)
// Previously needed for rtts_asserts.
(data) => completer.resolve(convertToLocalProcess(data)), completer.reject);
return completer.promise;
}