chrome.cast.media test compliance

This commit is contained in:
hensm
2018-06-13 00:07:24 +01:00
parent 26e2381182
commit 57933bb166
3 changed files with 30 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ describe("chrome", () => {
});
});
afterAll(() => {
driver.quit();
});
it("should exist", () => {
expect(chrome).toBeDefined();