Commit Graph

48 Commits (10defdb011d60fbbaa7c1351333c6e3923ec2719)

Author SHA1 Message Date
AndiAJ e2f362ccb9 Bug 1854354 - Bookmarks TestRail matching 8 months ago
oana.horvath c17e7685af Bug 1840837 - Update Bookmarks and History search tests with Unified search UI 11 months ago
AndiAJ 161a8d89c7 Revert "Bug 1816066 - replace keyboard visibility check duplicated methods"
This reverts commit 1d983dbc2543c7ce9ffdf059bcb63cfc95e5eb8f.
12 months ago
oana.horvath 2bea615da9 Bug 1816066 - replace keyboard visibility check duplicated methods 1 year ago
AndiAJ 2c6c6ef8ad Bug 1833120 - Fix verifySearchBookmarksViewTest UI test 1 year ago
AndiAJ b24f4598d3 Bug 1830045 - New search bookmarks related UI tests 1 year ago
AndiAJ 2a639ed8f6 Bug 1831555 - Refactor false assertions in UI tests 1 year ago
AndiAJ 1478dc4022 Bug 1822267 - Improve coverage for "Edit bookmarks" related UI tests 1 year ago
AndiAJ 72d6c98b70 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 improve homeThreeDotMenuItemsTest UI test coverage and other refactoring work 1 year ago
Roger Yang c61875b081 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all' options in bookmarks
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks

Co-authored-by: Pg <pg.developper.fr@gmail.com>
2 years ago
Alexandru2909 6dc49a06fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/27405 - Clean up references to "Sing in to Sync" phrase 2 years ago
Roger Yang d2f30aebe8 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Create open all function"
This reverts commit ea926e80173a310687f81df757c8b011aca84c5e.
2 years ago
Pg 871604943d [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Create open all function
- Create element to be displayed

- Update the interface and bind in the view holder
Set the filter to limit this action to FOLDER.

- Create core function
Main logic is done on the controller (has it should be done). The whole
process is done in one coroutine to be non-blocking as many
(sub)folders & links can be present. If folder is empty, a toast is
displayed. Else iterate on items. When item is:
- a FOLDER -> restart process (without toast) on the folder
- a ITEM -> open it
- a SEPARATOR -> do nothing
Once finished, show the tabs tray.

Toast message is defined in fragment to have access to context.

- Create androidTest for openAllInTabs
- Create tests for handleBookmarkFolderOpening
- Display 'open all' options only if folder has at least on child:
A coroutine and suspended functions have to be used, since `getTree`
is async.
2 years ago
mcarare 932823c871 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Fix ktlint issues and remove them from baseline. 2 years ago
Aaron Train e176468d38 [fenix] No issue: Refactor UIDevice calls in UIAutomator code 2 years ago
Andrei Joltan edd33f2685 [fenix] [UI Smoke Tests] New undoDeleteBookmarkFolderTest UI test and Improve coverage for deleteNonEmptyBookmarkFolderTest UI test (https://github.com/mozilla-mobile/fenix/pull/22587)
* New undoDeleteBookmarkFolderTest smoke UI test

* Improve coverage for deleteNonEmptyBookmarkFolderTest UI smoke test

Co-authored-by: AndiAJ <andiaj@users.noreply.github.com>
3 years ago
AndiAJ a599f10dad [fenix] Improve deleteBookmarkInEditModeTest UI test coverage 3 years ago
AndiAJ 867f11e5d9 [fenix] Improve coverage for cancelCreateBookmarkFolderTest UI test 3 years ago
AndiAJ cc65e13b50 [fenix] Improve coverage verifyEmptyBookmarksMenuTest and undoDeleteMultipleSelectionTest UI tests 3 years ago
AndiAJ ba70d609f1 [fenix] New deleteBookmarkInEditModeTest UI test 3 years ago
Sebastian Kaspari 6ea19d4b17 [fenix] Run ktlintFormat to adapt to latest formatting rules. 3 years ago
AndiAJ c846cc683e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12895 Fix Intermittent test navigateBookmarksFoldersTest 3 years ago
AndiAJ f14cc65106 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615: UI Smoke Tests for Bookmarks
For https://github.com/mozilla-mobile/fenix/issues/16615: UI Smoke Tests for Bookmarks
3 years ago
isabelrios 0f6e44f7bc [fenix] Changes to run tests on beta builds (https://github.com/mozilla-mobile/fenix/pull/16786)
* Changes to run tests on beta builds

* remove dontoptime and fix bookmarks tests

* fix ktlint and smokeTest

* add variable for package name

* rebase and fix conflicts

* add yml files and modify script to run tests

* fix yml file indentation

* changes in kind file and add try_task

* fix error kind file

* fix error kind file 2

* fix error kind file 3

* fix reviewer comments

* remove mockwebserver implementation as per reviewer comment

* run beta tests only on releases branches

* reg exp for master branch

* reg exp for master branch2

* modify try_task with release branch

* remove try file

* let's start by running only one test

* address latest reviewers comments

* double check correct tasks for release branch

* remove try file after confirming beta build run

Co-authored-by: isabel rios <isabelrios@MBP-de-isabel-2.home>
3 years ago
Oana Horvath 67edfe2343 [fenix] Code cleanup in BookmarksRobot and BookmarksTest 3 years ago
Oana Horvath a87dce7523 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615: UI smoke test firstRunScreenTest 4 years ago
Oana Horvath 0f70a8d4fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/10690: re-enable editBookmarkTest 4 years ago
Oana Horvath 517ef24c99 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10911: idling resource registration timing issues (https://github.com/mozilla-mobile/fenix/pull/14231) 4 years ago
TejaswiKarasani 47e60525ff [fenix] No Issue: Verify the page main menu items UI Test (https://github.com/mozilla-mobile/fenix/pull/12336) 4 years ago
ValentinTimisica 574e7436d9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10462: Removes back button from bookmarks and history fragments (https://github.com/mozilla-mobile/fenix/pull/11721) 4 years ago
Oana Horvath 088ab8e594 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11797 defaultDesktopBookmarksFoldersTest intermittent failure (https://github.com/mozilla-mobile/fenix/pull/11803) 4 years ago
Oana Horvath d133ec9e92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10909: Fix flaky navigateBookmarksFoldersTest (https://github.com/mozilla-mobile/fenix/pull/11592) 4 years ago
Mihai Eduard Badea fa9a791c81 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8648 4 years ago
Oana Horvath 134909fed3 [fenix] Added new bookmarks tests (https://github.com/mozilla-mobile/fenix/pull/9878)
Fix for https://github.com/mozilla-mobile/fenix/issues/7417: Fix and re-enable disabled tests
4 years ago
Grisha Kruglov 567d0ba9b9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4046: Always display 'Desktop' bookmarks folder
See https://github.com/mozilla-mobile/fenix/issues/4046 for a detailed discussion of this.

In short, this patch removes code that would conditionally hide desktop bookmarks depending
on the signed-in state of the browser.
4 years ago
Oana Horvath dababfdb9a [fenix] UI tests for Private browsing settings sub-menu (https://github.com/mozilla-mobile/fenix/pull/8395) 4 years ago
Oana Horvath 0cb634facc [fenix] Added multi-selection tests for bookmarks (https://github.com/mozilla-mobile/fenix/pull/6475)
Updated bookmarking method

Fixed flaky tests

Added wait to create bookmark
5 years ago
cesar 51fe91d723 [fenix] klint clean up and previous nit fixed 5 years ago
cesar 85a1b85158 [fenix] Test for 6731 5 years ago
Patrick Martin fe51c6bd42 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2294 - History URL is cut with a large font se 5 years ago
cesar e2610eec54 [fenix] ktlint clean up 5 years ago
cesar 3402ab6636 [fenix] Fixed Typo 5 years ago
cesar 0fd8d98d12 [fenix] Test for 6593 5 years ago
mcarare 6f2df90bc2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1487 Add "my library" menu category and items to home 3-dot menu.
Changed UI tests according to new menu items.
5 years ago
Tiger Oakes 0af2e9d821 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3366 - Use one layout for edit/add bookmark (https://github.com/mozilla-mobile/fenix/pull/5900) 5 years ago
Richard Pappalardo 1839ce12f1 [fenix] Add verify items tests for settings menus 5 years ago
sv-ohorvath 92ac8a2042 [fenix] Boomkarks UI tests
Added a comment to the clear all bookmarks method
5 years ago
Oana Horvath f36d0c476a [fenix] added LibraryMenuTest, BookmarksRobot, HistoryRobot (https://github.com/mozilla-mobile/fenix/pull/4769)
ran ktlint

added the goBack()method in  Transition

added the goBack method in Transition
5 years ago