From 9e2b589e4b1df2bcfb5202ec7aa59256a572afb6 Mon Sep 17 00:00:00 2001 From: zmagod Date: Wed, 11 Oct 2017 10:37:18 +0200 Subject: [PATCH] fixes phantom.js parser error --- .babelrc | 3 +++ features/settings_page/profile.feature | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 7514f1899..64fb86e9a 100644 --- a/.babelrc +++ b/.babelrc @@ -29,6 +29,9 @@ "env": { "test": { "plugins": ["transform-es2015-modules-commonjs"] + }, + "development": { + "plugins": ["transform-es2015-modules-commonjs"] } } } diff --git a/features/settings_page/profile.feature b/features/settings_page/profile.feature index 7ceeefda8..c186a81cd 100644 --- a/features/settings_page/profile.feature +++ b/features/settings_page/profile.feature @@ -16,7 +16,7 @@ Background: Given I'm on the home page of "BioSistemika Process" team And I click on Avatar And I click "Settings" link within "user-account-dropdown" - Then I should see "My profile" + Then I should see "My Profile" @javascript Scenario: Unsuccessful add avatar, file is too big