Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#2436] feat(IT): Add catalogs page to web e2e test #2528

Merged
merged 3 commits into from
Mar 26, 2024

Conversation

ch3yne
Copy link
Contributor

@ch3yne ch3yne commented Mar 13, 2024

What changes were proposed in this pull request?

Add catalogs page to web e2e test.

  • show parent details
  • create a catalog
  • view existed catalog details
  • edit existed catalog
  • delete existed catalog
  • link to schemas
  • link to tables
  • back to homepage

Why are the changes needed?

Fix: #2436

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

N/A

@ch3yne ch3yne self-assigned this Mar 13, 2024
@ch3yne ch3yne force-pushed the add-e2e-catalogs branch 2 times, most recently from 9090ba1 to c107166 Compare March 13, 2024 13:26
@xunliu
Copy link
Collaborator

xunliu commented Mar 14, 2024

@ch3yne Please attach Web page snapshot image in PR, It can help to better review PR.

@ch3yne ch3yne changed the title feat(IT): Add catalogs page to web e2e test [#2436] feat(IT): Add catalogs page to web e2e test Mar 14, 2024
@ch3yne ch3yne force-pushed the add-e2e-catalogs branch 2 times, most recently from afed77a to 391e4f3 Compare March 18, 2024 12:52
@ch3yne ch3yne marked this pull request as draft March 19, 2024 11:28
@ch3yne ch3yne force-pushed the add-e2e-catalogs branch 10 times, most recently from baf66b5 to 7a1bc1c Compare March 21, 2024 03:46
@ch3yne ch3yne marked this pull request as ready for review March 22, 2024 04:01

Assertions.assertTrue(catalogsPage.verifyCreateHiveCatalog(catalogName));
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add a test case testCreateMultipleCatalogs and check the render table data is correct values when switch different catalog tree nodes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because other providers of catalogs require different environments, I will add these tests in the next pull request.

@LauraXia123
Copy link
Contributor

LGTM, Thanks @ch3yne

@LauraXia123 LauraXia123 merged commit ebbf6fe into datastrato:main Mar 26, 2024
14 checks passed
coolderli pushed a commit to coolderli/gravitino that referenced this pull request Apr 2, 2024
…rato#2528)

### What changes were proposed in this pull request?

Add catalogs page to web e2e test.
- show parent details
- create a catalog
- view existed catalog details
- edit existed catalog
- delete existed catalog
- link to schemas
- link to tables
- back to homepage

### Why are the changes needed?

Fix: datastrato#2436

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Add catalogs test to the web e2e test
3 participants