ui/lib/monitoring/addon/components/cluster-dashboard-tabs
Richard Cox 3349beba87 Ensure embedded ember pages in dashboard work with cypress / e2e
- Create helper functions to determine if running in embedded mode, and the target window for dashboard messages
  - Wasn't sure where to put this, hopefully choice the right location
- isEmbedded `window.top !== window` weirdly didn't work in cypress runner, so now we check if window.top has ember available (only scenario where isEmbedded is false)
- window used for messaging dashboard is now window.parent, window.top can be cypress runner
2023-06-06 17:11:57 +01:00
..
component.js Ensure embedded ember pages in dashboard work with cypress / e2e 2023-06-06 17:11:57 +01:00
template.hbs Embedding support bug fixes 2021-05-21 15:31:29 +01:00