Skip to content

Commit b83ccbe

Browse files
committed
Added button access for browser tests
1 parent 5d3e1d2 commit b83ccbe

File tree

1 file changed

+2
-0
lines changed
  • admin/broadleaf-admin-functional-tests/src/main/groovy/org/broadleafcommerce/browsertest/page

1 file changed

+2
-0
lines changed

admin/broadleaf-admin-functional-tests/src/main/groovy/org/broadleafcommerce/browsertest/page/EntityFormPage.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class EntityFormPage extends AdminPage {
5555
tabs { container.find('.tabs-container dd') }
5656
form { container.find('form.entity-form') }
5757
submitButton(to: EntityFormPage) { container.find('button.submit-button') }
58+
deleteButton(to: TopLevelEntity) { container.find('button.delete-button') }
59+
closeButton(to: EntityFormPage) { container.find('button.close') }
5860
grids(required: false) { index ->
5961
moduleList ActionableListGridModule, container.find('.listgrid-container'), index
6062
}

0 commit comments

Comments
 (0)