FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tests: rename list view tests · NativeScript/NativeScript@f3ea75f · GitHub

Commit f3ea75f

Browse files
committed
tests: rename list view tests
1 parent 16304c3 commit f3ea75f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎tests/app/ui/list-view/list-view-safe-area-tests.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ export class ListViewSafeAreaTest extends UITest<ListView> {
8383
this.list_view_in_full_screen_test({ actionBar: true });
8484
}
8585

86-
public test_scroll_view_in_full_screen_action_bar_hidden() {
86+
public test_list_view_in_full_screen_action_bar_hidden() {
8787
this.list_view_in_full_screen_test({ actionBarHidden: true });
8888
}
8989

90-
public test_scroll_view_in_full_screen_action_bar_flat() {
90+
public test_list_view_in_full_screen_action_bar_flat() {
9191
this.list_view_in_full_screen_test({ actionBarFlat: true });
9292
}
9393

94-
public test_scroll_view_in_full_screen_tab_bar() {
94+
public test_list_view_in_full_screen_tab_bar() {
9595
this.list_view_in_full_screen_test({ tabBar: true });
9696
}
9797

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL