[tests][core] added app.toString() usage in tests
This commit is contained in:
parent
5c2ea9728b
commit
5b1757ec5a
|
@ -75,6 +75,7 @@ describe('Core', () => {
|
|||
.onReady()
|
||||
.then(newApp => {
|
||||
newApp.name.should.equal(name.toUpperCase());
|
||||
newApp.toString().should.equal(name.toUpperCase());
|
||||
newApp.options.apiKey.should.equal(
|
||||
(device.getPlatform() === 'ios' ? iosTestConfig : androidTestConfig)
|
||||
.apiKey
|
||||
|
|
Loading…
Reference in New Issue