added new tests in doc (#1769)

This commit is contained in:
parthp2107 2021-12-15 17:38:50 +05:30 committed by GitHub
parent a9969dec99
commit 63ec25158c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):