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