Skip to content

Commit f46eb39

Browse files
anku255manyaagarwalchirag-singhalAnshG714YashKumarVerma
authored andcommitted
Add UI changes
Co-authored-by: agarwalmanya <[email protected]> Co-authored-by: chirag-singhal <[email protected]> Co-authored-by: Ansh Godha <[email protected]> Co-authored-by: Yash Kumar Verma <[email protected]> Co-authored-by: Sanskar Jethi <[email protected]> Co-authored-by: Aniketh Saha <[email protected]> Co-authored-by: Xtremilicious <[email protected]> Co-authored-by: Jani Evakallio <[email protected]>
1 parent 63992c0 commit f46eb39

File tree

97 files changed

+1588
-2398
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1588
-2398
lines changed

packages/rn-tester/e2e/__tests__/Button-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe('Button', () => {
1818
beforeAll(async () => {
1919
await device.reloadReactNative();
2020
await openComponentWithLabel(
21-
'<Button>',
22-
'<Button> Simple React Native button component.',
21+
'Button',
22+
'Button Simple React Native button component.',
2323
);
2424
});
2525

packages/rn-tester/e2e/__tests__/DatePickerIOS-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ describe('DatePickerIOS', () => {
1919
beforeAll(async () => {
2020
await device.reloadReactNative();
2121
await openComponentWithLabel(
22-
'<DatePickerIOS>',
23-
'<DatePickerIOS> Select dates and times using the native UIDatePicker.',
22+
'DatePickerIOS',
23+
'DatePickerIOS Select dates and times using the native UIDatePicker.',
2424
);
2525
});
2626

packages/rn-tester/e2e/__tests__/Picker-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe('Picker', () => {
1818
beforeAll(async () => {
1919
await device.reloadReactNative();
2020
await openComponentWithLabel(
21-
'<Picker>',
22-
'<Picker> Provides multiple options to choose from, using either a dropdown menu or a dialog.',
21+
'Picker',
22+
'Picker Provides multiple options to choose from, using either a dropdown menu or a dialog.',
2323
);
2424
});
2525

packages/rn-tester/e2e/__tests__/TextInput-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('TextInput', () => {
1818
beforeAll(async () => {
1919
await device.reloadReactNative();
2020
await openComponentWithLabel(
21-
'<TextInput>',
21+
'TextInput',
2222
'Single and multi-line text inputs.',
2323
);
2424
});

packages/rn-tester/e2e/__tests__/Touchable-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe('Touchable', () => {
1818
beforeAll(async () => {
1919
await device.reloadReactNative();
2020
await openComponentWithLabel(
21-
'<Touchable*',
22-
'<Touchable*> and onPress Touchable and onPress examples.',
21+
'Touchable*',
22+
'Touchable* and onPress Touchable and onPress examples.',
2323
);
2424
});
2525

packages/rn-tester/e2e/test-init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/* global device */
1212

1313
const detox = require('detox');
14-
const config = require('../../package.json').detox;
14+
const config = require('../../../package.json').detox;
1515
const adapter = require('detox/runners/jest/adapter');
1616
jest.setTimeout(120000);
1717
jasmine.getEnv().addReporter(adapter);

0 commit comments

Comments
 (0)