Skip to content

Commit

Permalink
Remove code accidentally checked in
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed May 1, 2018
1 parent ddb7c58 commit 961e82c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion test/functional/apps/dashboard/_embed_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function ({ getService, getPageObjects }) {
});

after(async function () {
console.log('showing chrome again');
const currentUrl = await remote.getCurrentUrl();
const newUrl = currentUrl.replace('&embed=true', '');
// First use the timestamp to cause a hard refresh so the new embed parameter works correctly.
Expand Down
1 change: 0 additions & 1 deletion test/functional/services/filter_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function FilterBarProvider({ getService }) {
async getFilterFieldIndexPatterns() {
const indexPatterns = [];
const groups = await find.allByCssSelector('.ui-select-choices-group-label');
console.log('found ' + groups.length + ' index pattern group labels');
for (let i = 0; i < groups.length; i++) {
indexPatterns.push(await groups[i].getVisibleText());
}
Expand Down
14 changes: 0 additions & 14 deletions test/functional/services/time_picker.js

This file was deleted.

0 comments on commit 961e82c

Please sign in to comment.