Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Dec 19, 2019
1 parent bdbe686 commit d0c45e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {

it(`endpoint app shows 'Hello World'`, async () => {
await pageObjects.common.navigateToApp('endpoint', {
basePath: '/s/custom_space',
});
basePath: '/s/custom_space',
});
await testSubjects.existOrFail('welcomeTitle');
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export default function({ loadTestFile }: FtrProviderContext) {
this.tags('skipFirefox');
loadTestFile(require.resolve('./endpoint_spaces'));
});
}
}
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/endpoint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { FtrProviderContext } from '../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe.only('endpoint', function() {
describe('endpoint', function() {
this.tags('ciGroup7');

loadTestFile(require.resolve('./feature_controls'));
Expand Down

0 comments on commit d0c45e8

Please sign in to comment.