mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Added data-test attributes for testing (#11254)
* Added data-test attributes for testing * fixed incorrect naming change * review changes
This commit is contained in:
committed by
GitHub
parent
0262daa228
commit
fc03549299
@@ -83,11 +83,12 @@ export default class EmbedCodeButton extends React.Component {
|
||||
renderPopover() {
|
||||
const html = this.generateEmbedHTML();
|
||||
return (
|
||||
<Popover id="embed-code-popover">
|
||||
<Popover id="embed-code-popover" data-test="embed-code-popover">
|
||||
<div>
|
||||
<div className="row">
|
||||
<div className="col-sm-10">
|
||||
<textarea
|
||||
data-test="embed-code-textarea"
|
||||
name="embedCode"
|
||||
value={html}
|
||||
rows="4"
|
||||
|
||||
Reference in New Issue
Block a user