mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
e2e: adds panel editor tests for test data queries (#23996)
This commit is contained in:
@@ -198,7 +198,11 @@ export class QueryInspector extends PureComponent<Props, State> {
|
||||
</p>
|
||||
</div>
|
||||
<div className={styles.toolbar}>
|
||||
<Button icon="sync" onClick={this.onIssueNewQuery}>
|
||||
<Button
|
||||
icon="sync"
|
||||
onClick={this.onIssueNewQuery}
|
||||
aria-label={selectors.components.PanelInspector.Query.refreshButton}
|
||||
>
|
||||
Refresh
|
||||
</Button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user