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.
1 parent d605f13 commit b8d0bb7Copy full SHA for b8d0bb7
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