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

feat: display all types of keys as plain text #1219

Merged

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Aug 26, 2024

Closes #1116

Stand

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
124 120 0 4 0

Bundle Size: 🔺

Current: 78.83 MB | Main: 78.83 MB
Diff: +0.01 MB (0.01%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.


constructor(page: Page) {
this.tabs = page.locator('.kv-tenant-diagnostics__tabs');
this.schemaViewer = page.locator('.schema-viewer__table');
Copy link
Member

Choose a reason for hiding this comment

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

It's datatable as well

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure if understood properly
You mean to rename schemaViewer -> schemaViewerDatatable ?

Copy link
Member

Choose a reason for hiding this comment

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

No, I mean you have this.dataTable selector, why do you need additional selector for SchemaViewer DataTable?

Copy link
Member

Choose a reason for hiding this comment

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

This test is about schema tab, not diagnostics as whole, but it's called diagnostics (relates to Diagnostics.ts too)

Or this is supposed to be split, when new tabs are added?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Diagnostics is a name for a set of tests for this tab

For now it's just about schema tab because I touched it and decided to write a test for it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure why named it 'table'

removed subclass

@astandrik astandrik merged commit 13d21cb into main Aug 27, 2024
6 checks passed
@astandrik astandrik deleted the astandrik.display-all-types-of-keys-as-plain-text-1116 branch August 27, 2024 11:23
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.

Display all types of keys as plain text
2 participants