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 17ab9ef commit 696a5a5Copy full SHA for 696a5a5
src/app/frontend/deploy/deploy.html
@@ -45,7 +45,7 @@ <h3 class="md-headline kd-deploy-form-title">Deploy a Containerized App</h3>
45
</deploy-from-file>
46
</div>
47
48
- <md-button id="kd-deploy-btn" class="md-raised md-primary" type="submit"
+ <md-button class="md-raised md-primary kd-deploy-btn" type="submit"
49
ng-disabled="ctrl.isDeployDisabled()">
50
Deploy
51
</md-button>
src/test/integration/deploy/deploy_po.js
@@ -14,7 +14,7 @@
14
15
export default class DeployPageObject {
16
constructor() {
17
- this.deployButtonQuery = by.id('kd-deploy-btn');
+ this.deployButtonQuery = by.css('.kd-deploy-btn');
18
this.deployButton = element(this.deployButtonQuery);
19
20
this.appNameFieldQuery = by.model('ctrl.name');
0 commit comments