Skip to content

Commit

Permalink
Implemented for disable bttn in tag option also #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayshukla30 committed May 14, 2018
1 parent ceff71f commit 4a50bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TagsPage extends Page {
rows { $("div.inf-table-body>table>tfoot>tr>td>table>tfoot>tr>td.text-center") }
expandLink { $('a.inf-cell-expand') }
dataElementDropDown { $('button#role_item_catalogue-elementBtn') }
deleteBttn { $('a#deleteBtn') }
deleteBttn(required: false) { $('a#deleteBtn') }
}

void expandLinkClick() {
Expand Down

0 comments on commit 4a50bc5

Please sign in to comment.