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