mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
fixes phantom.js parser error
This commit is contained in:
parent
f71ff8589d
commit
9e2b589e4b
2 changed files with 4 additions and 1 deletions
3
.babelrc
3
.babelrc
|
@ -29,6 +29,9 @@
|
||||||
"env": {
|
"env": {
|
||||||
"test": {
|
"test": {
|
||||||
"plugins": ["transform-es2015-modules-commonjs"]
|
"plugins": ["transform-es2015-modules-commonjs"]
|
||||||
|
},
|
||||||
|
"development": {
|
||||||
|
"plugins": ["transform-es2015-modules-commonjs"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ Background:
|
||||||
Given I'm on the home page of "BioSistemika Process" team
|
Given I'm on the home page of "BioSistemika Process" team
|
||||||
And I click on Avatar
|
And I click on Avatar
|
||||||
And I click "Settings" link within "user-account-dropdown"
|
And I click "Settings" link within "user-account-dropdown"
|
||||||
Then I should see "My profile"
|
Then I should see "My Profile"
|
||||||
|
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: Unsuccessful add avatar, file is too big
|
Scenario: Unsuccessful add avatar, file is too big
|
||||||
|
|
Loading…
Reference in a new issue