Grafana-UI: Alert components tweaks (#27128)

* Grafana-UI: Add Alert docs and story

* Grafana-UI: Move Alert styles to emotion

* Grafana-UI: Tweak docs

* Grafana-UI: Update test

* Grafana-UI: Add outline to custom content

* Grafana-UI: Remove class name

* Grafana-UI: Remove _Alert.scss

* Grafana-UI: Add e2e Alert selector

* Grafana-UI: Use @deprecated

* Grafana-UI: Remove circular reference

* Grafana-UI: Final tweaks
This commit is contained in:
Alex Khomenko
2020-08-25 11:06:58 +03:00
committed by GitHub
parent 88fbdd6716
commit f5ee1f93cd
7 changed files with 166 additions and 125 deletions
@@ -2,6 +2,6 @@ import { e2e } from '../index';
export const assertSuccessNotification = () => {
e2e()
.get('.alert-success')
.get('[aria-label^="Alert success"]')
.should('exist');
};