Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
xit('shows an basic initial window', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
xit('shows an basic initial window', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('Verify that we can discovery webviews', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('create dialog window', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('Create flashcard window and make sure they render properly', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('Verify that we can discovery webviews', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('Create flashcard window and make sure they render properly', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('create dialog window', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('Verify that we can discovery webviews', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});
it('Verify that we can discovery webviews', async function() {
assert.equal(await this.app.client.getWindowCount(), 1);
const testResultReader = new WebDriverTestResultReader(this.app);
assert.equal(await testResultReader.read(), true);
});