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

Merge "End to end tests" branch including react test harness and end-to-end playwright harness #50

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jkafader-esnet
Copy link
Collaborator

No description provided.

src/components/hoc/withThemeWrapper.tsx Outdated Show resolved Hide resolved
src/MapPanel.tsx Outdated Show resolved Hide resolved
src/MapPanel.tsx Outdated Show resolved Hide resolved
src/MapPanel.tsx Outdated Show resolved Hide resolved
src/components/lib/esmap.js Outdated Show resolved Hide resolved
src/module.ts Outdated Show resolved Hide resolved
src/module.ts Outdated Show resolved Hide resolved
src/module.ts Outdated Show resolved Hide resolved
@sanchezelton sanchezelton self-requested a review November 9, 2024 00:04
Copy link
Contributor

@sanchezelton sanchezelton left a comment

Choose a reason for hiding this comment

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

Some import fixes in module.ts, withThemeWrapper, and MapPanel are needed. Most other fixes that could use attention are inline documentation/comments.

src/MapPanel.tsx Outdated Show resolved Hide resolved
e2e/interfaces/TopologyEdge.interface.ts Outdated Show resolved Hide resolved
@@ -1454,7 +1454,7 @@ describe( "Class MapCanvas", () => {
]
// this appears to be a "load-bearing" reassignment... removing it causes tests to fail?
var topo = newTopology;
/*expect(function(){
/*expect(function(){
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this commented code be removed?

e2e/grafana-api.ts Outdated Show resolved Hide resolved
src/components/CustomTextArea.tsx Show resolved Hide resolved
- added compileOnSave flag to tsconfig
- corrected imports for GrafanaTheme2 and locationService from @grafana packages @grafana/data and @grafana/runtime/services/LocationService
- exported MapPanelProps from MapPanel
- exported MapPanel
- removed wrapping calls of withTheme HOC out of MapPanel
- added testables code into dist
- restored import of locationServices from @grafana/runtme
- restored import of StringFieldConfigSettings out of @grafana/data instead of deeper introspective import source
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.

2 participants