Skip to content

Instantly share code, notes, and snippets.

@rstudner
Created August 22, 2018 17:06
Show Gist options
  • Save rstudner/87480e672593292922f124ac8889370e to your computer and use it in GitHub Desktop.
Save rstudner/87480e672593292922f124ac8889370e to your computer and use it in GitHub Desktop.
test('Check if totals device view is ok', async t => {
const devices = await monitoredDevicesSection.find('.card');
//await t.expect(devices.count).ok();
const numberOfIndividualDevices = await devices.count;
console.log(numberOfIndividualDevices);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment