Documentation
¶
Overview ¶
Package launcher contains local Tast tests that exercise the ChromeOS Launcher.
Index ¶
- func AnswerCards(ctx context.Context, s *testing.State)
- func AppDragAndDrop(ctx context.Context, s *testing.State)
- func AppListSortSmoke(ctx context.Context, s *testing.State)
- func BubbleLaunchApp(ctx context.Context, s *testing.State)
- func BubbleSmoke(ctx context.Context, s *testing.State)
- func CreateAndFillFolder(ctx context.Context, s *testing.State)
- func CreateAndRenameFolder(ctx context.Context, s *testing.State)
- func FolderDragAndDrop(ctx context.Context, s *testing.State)
- func InstallArcAppWithAppListSorted(ctx context.Context, s *testing.State)
- func PinAppToShelf(ctx context.Context, s *testing.State)
- func RemoveAppsFromFolder(ctx context.Context, s *testing.State)
- func SearchAndroidApps(ctx context.Context, s *testing.State)
- func SearchBuiltInApps(ctx context.Context, s *testing.State)
- func SearchInstalledApps(ctx context.Context, s *testing.State)
- func SearchResults(ctx context.Context, s *testing.State)
- func SearchSettingsSections(ctx context.Context, s *testing.State)
- func ShowContinueSection(ctx context.Context, s *testing.State)
- func Smoke(ctx context.Context, s *testing.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnswerCards ¶
AnswerCards checks inline answers for special queries.
func AppDragAndDrop ¶
AppDragAndDrop tests the functionality of dragging and dropping on app icons.
func AppListSortSmoke ¶
AppListSortSmoke verifies that the app order after sort is expected.
func CreateAndFillFolder ¶
CreateAndFillFolder tests that a folder can be filled to the maximum allowed size.
func CreateAndRenameFolder ¶
CreateAndRenameFolder tests if launcher handles renaming of folder correctly.
func FolderDragAndDrop ¶
FolderDragAndDrop runs a test that drags app list folders within the launcher UI.
func InstallArcAppWithAppListSorted ¶
InstallArcAppWithAppListSorted verifies that a new app's location after installation maintains the app list sort order. The installations under both temporary sort and permanent sort get verified.
func PinAppToShelf ¶
PinAppToShelf tests if pinning application onto shelf behaves correctly.
func RemoveAppsFromFolder ¶
RemoveAppsFromFolder tests that items can be removed from a folder.
func SearchAndroidApps ¶
SearchAndroidApps tests launching an Android app from the Launcher.
func SearchBuiltInApps ¶
SearchBuiltInApps searches for the Settings app in the Launcher.
func SearchInstalledApps ¶
SearchInstalledApps tests that apps installed from CWS appear in launcher.
func SearchResults ¶
SearchResults verifies launcher search returns Help content and omnibox result.
Types ¶
This section is empty.
Source Files
¶
- answer_cards.go
- app_drag_and_drop.go
- app_list_sort_smoke.go
- bubble_launch_app.go
- bubble_smoke.go
- create_and_fill_folder.go
- create_and_rename_folder.go
- doc.go
- folder_drag_and_drop.go
- install_arc_app_with_app_list_sorted.go
- pin_app_to_shelf.go
- remove_apps_from_folder.go
- search_android_apps.go
- search_built_in_apps.go
- search_installed_apps.go
- search_results.go
- search_settings_sections.go
- show_continue_section.go
- smoke.go