We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed1dd46 + b8d0bb7 commit e58a5f3Copy full SHA for e58a5f3
extensions/vertx-http/dev-ui-resources/src/main/resources/dev-ui/qwc/qwc-continuous-testing.js
@@ -289,7 +289,7 @@ export class QwcContinuousTesting extends QwcHotReloadElement {
289
290
_renderPlayButton(){
291
if(!this._busy && !this._testsEnabled){
292
- return html`<vaadin-button theme="tertiary" @click=${this._start}>
+ return html`<vaadin-button theme="tertiary" id="start-continuous-testing-btn" @click=${this._start}>
293
<vaadin-icon icon="font-awesome-solid:play"></vaadin-icon>
294
Start
295
</vaadin-button>`;
0 commit comments