Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Discovery

> **7 Components** | **27 Files** | **369 Tests** | **384 Scenarios** 🚀
> **7 Components** | **27 Files** | **369 Tests** | **385 Scenarios** 🚀

## Table of Contents
- [Feed](#feed)
Expand Down Expand Up @@ -303,8 +303,11 @@
| # | Test Case | Description |
|---|-----------|-------------|
| 1 | **Data Asset Rules Disabled Bulk Edit Actions** - Database service | Database service |
| | ↳ *Perform bulk edit action* | |
| 2 | **Data Asset Rules Disabled Bulk Edit Actions** - Database | Database |
| | ↳ *Perform bulk edit action* | |
| 3 | **Data Asset Rules Disabled Bulk Edit Actions** - Database Schema | Database Schema |
| | ↳ *Perform bulk edit action* | |

### GlossaryTerm Domain Entity Rules Disabled

Expand Down Expand Up @@ -490,7 +493,7 @@
</details>

<details open>
<summary>📄 <b>SchemaTable.spec.ts</b> (5 tests, 5 scenarios)</summary>
<summary>📄 <b>SchemaTable.spec.ts</b> (5 tests, 6 scenarios)</summary>

> Source: [`src/main/resources/ui/playwright/e2e/Flow/SchemaTable.spec.ts`](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-ui/src/main/resources/ui/playwright/e2e/Flow/SchemaTable.spec.ts)

Expand All @@ -499,6 +502,8 @@
| # | Test Case | Description |
|---|-----------|-------------|
| 1 | schema table test | Schema table test |
| | ↳ *set owner* | |
| | ↳ *set the description* | |
| 2 | Schema Table Pagination should work Properly | Schema Table Pagination should work Properly |
| 3 | Copy column link button should copy the column URL to clipboard | Copy column link button should copy the column URL to clipboard |
| 4 | Copy column link should have valid URL format | Copy column link should have valid URL format |
Expand Down
Loading
Loading