Skip to content

Commit

Permalink
Add new FlatList pages to visitAll test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Klemenski committed Apr 9, 2021
1 parent 278a35a commit 2e0213d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const ComponentExamples: Array<RNTesterExample> = [
category: 'UI',
module: require('../examples/Button/ButtonExample'),
},
{
key: 'DatePickerExample',
category: 'UI',
module: require('../examples-win/DatePicker/DatePickerExample'),
},
{
key: 'FlatListExample',
category: 'ListView',
Expand Down
4 changes: 4 additions & 0 deletions packages/e2e-test-app/test/visitAllPages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ describe('visitAllPages', () => {
const componentExamples = [
'ActivityIndicator',
'Button',
'DatePicker',
'Fast Path Texts',
'FlatList',
'FlatList-withSeparators',
'FlatList-onViewableItemsChanged',
'FlatList-onEndReached',
'Flyout',
'Glyph UWP',
'Image',
Expand Down

0 comments on commit 2e0213d

Please sign in to comment.