|
@@ -50,7 +50,7 @@ describe('screen stack', () => {
|
50
|
50
|
|
51
|
51
|
it('pop screen deep in the stack', async () => {
|
52
|
52
|
await elementByLabel('Push').tap();
|
53
|
|
- await expect(elementByLabel('Stack Position: 1')).t\oBeVisible();
|
|
53
|
+ await expect(elementByLabel('Stack Position: 1')).toBeVisible();
|
54
|
54
|
await elementByLabel('Push').tap();
|
55
|
55
|
await expect(elementByLabel('Stack Position: 2')).toBeVisible();
|
56
|
56
|
await elementByLabel('Pop Previous').tap();
|