Skip to content

Commit

Permalink
fix(billingServices): end-to-end bug
Browse files Browse the repository at this point in the history
This commit fixes the column selected in the billing services end-to-end
test introduced when the actions buttons were separated into multiple
columns.
  • Loading branch information
Jonathan Niles committed Nov 4, 2016
1 parent ac3afec commit 7def637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/billingServices/billingServices.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('Billing Services', function () {
it('can delete a billing service', function () {

// get the cell with the delete button and click it
var cell = GU.getCell(gridId, 1, 7);
var cell = GU.getCell(gridId, 0, 7);
cell.element(by.css('[data-method="delete"]')).click();

// expect the modal to appear
Expand Down

0 comments on commit 7def637

Please sign in to comment.