From 63ec25158c4903068c06f2bee2b0e860029361d3 Mon Sep 17 00:00:00 2001 From: parthp2107 <83201188+parthp2107@users.noreply.github.com> Date: Wed, 15 Dec 2021 17:38:50 +0530 Subject: [PATCH] added new tests in doc (#1769) --- docs/selenium/selenium-test-doc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/selenium/selenium-test-doc.md b/docs/selenium/selenium-test-doc.md index 5a2e842801e..536f5aa3eb2 100644 --- a/docs/selenium/selenium-test-doc.md +++ b/docs/selenium/selenium-test-doc.md @@ -13,6 +13,8 @@ * **checkMyDataTab** - Assigns the ownership to a table and checks if the table-link is displayed/available under 'My Data' tab. * **checkFollowingTab** - Follows a table and checks if the table-link is displayed/available under 'Following' tab. +* **checkRecentlyViewed** - Click on the table and checks if that table reflects under the recently viewed. +* **checkRecentlySearched** - Performs a search operation and looks for the searched term under recent search terms * **checkLogout** - Checks the logout functionality. ### [Teams Page](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/teams/TeamsPageTest.java):