Skip to content

Commit

Permalink
replace changed add network button selector
Browse files Browse the repository at this point in the history
Change-Id: Idcb6f90bbdb0569dcc3a37054e105322794b83ef
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/22528
Upgrade-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Reviewed-by: Antonio Filipov <[email protected]>
  • Loading branch information
Ivan Syarov committed Dec 1, 2017
1 parent 8d1481f commit f808509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class NetworksPage extends HomeTabAdvancedPage<NetworksPage, NetworksPageValidator> {

private final By CREATE_NETWORK_BUTTON = By
.cssSelector(".btn.btn-link.create-resource-btn[href*=\"networks/new\"]");
.cssSelector(".btn.btn-link.create-resource-btn");
final By CARD_RELATIVE_DELETE_BUTTON = By.cssSelector(".fa.fa-trash");
private final By CARD_RELATIVE_DELETE_CONFIRMATION = By
.cssSelector(".delete-inline-item-confirmation-confirm>div>a");
Expand Down

0 comments on commit f808509

Please sign in to comment.