Skip to content

Commit

Permalink
fix(inventory): rm describe.only() call for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Jun 15, 2016
1 parent b9f21a8 commit 375561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/test/e2e/inventory/inventory_configuration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const components = require('../shared/components');

helpers.configure(chai);

describe.only('Inventory Configuration ::', () => {
describe('Inventory Configuration ::', () => {
'use strict';

// navigate to the page
Expand Down

0 comments on commit 375561e

Please sign in to comment.