mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: adjust ios configs in generated configs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { device, element, by, expect } from 'detox';
|
||||
|
||||
describe('Mobile', () => {
|
||||
describe('movieweb', () => {
|
||||
beforeEach(async () => {
|
||||
await device.reloadReactNative();
|
||||
});
|
||||
|
||||
it('should display welcome message', async () => {
|
||||
await expect(element(by.id('heading'))).toHaveText('Welcome Mobile 👋');
|
||||
await expect(element(by.id('heading'))).toHaveText('Welcome movie-web 👋');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user