Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Created November 29, 2018 15:57
Show Gist options
  • Save TimoGlastra/40426eb259f33ba68b3f0139dd7535de to your computer and use it in GitHub Desktop.
Save TimoGlastra/40426eb259f33ba68b3f0139dd7535de to your computer and use it in GitHub Desktop.
describe("App", () => {
it("should be visible", async () => {
await device.reloadReactNative();
await expect(element(by.id("app"))).toBeVisible();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment