Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jun 3, 2020
1 parent 211abfe commit de41414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ export default function ({ getService, getPageObjects }) {
await initAreaChart();
});

after(async function() {
after(async function () {
await security.testUser.restoreDefaults();
});

it('should save and load with special characters', async function() {
it('should save and load with special characters', async function () {
const vizNamewithSpecialChars = vizName1 + '/?&=%';
await PageObjects.visualize.saveVisualizationExpectSuccessAndBreadcrumb(
vizNamewithSpecialChars
Expand Down

0 comments on commit de41414

Please sign in to comment.