Created
August 22, 2018 17:06
-
-
Save rstudner/87480e672593292922f124ac8889370e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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