Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Drengenberg committed Oct 5, 2021
1 parent 86643e6 commit 3beeb36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/accessibility/apps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function ({ getService, loadTestFile, getPageObjects }: FtrProvid
describe('a11y tests', function () {
describe('using flights sample data', function () {
before(async () => {
console.log('this is the index file');
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
useActualUrl: true,
});
Expand Down
1 change: 0 additions & 1 deletion test/accessibility/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { pageObjects } from './page_objects';

export default async function ({ readConfigFile }: FtrConfigProviderContext) {
const functionalConfig = await readConfigFile(require.resolve('../functional/config'));
console.log('this is the config file');

return {
...functionalConfig.getAll(),
Expand Down

0 comments on commit 3beeb36

Please sign in to comment.