2017-10-27 22:37:42 +08:00
|
|
|
Feature: Addon versions
|
2018-05-21 21:29:18 +08:00
|
|
|
As a SciNote User
|
2017-10-27 22:37:42 +08:00
|
|
|
I want know what addon are activated
|
|
|
|
So that I know what features are enabled
|
|
|
|
|
|
|
|
Background:
|
|
|
|
Given the "BioSistemika Process" team exists
|
|
|
|
Given the following users are registered
|
|
|
|
| email | password | password_confirmation | full_name | initials |
|
|
|
|
| admin@myorg.com | mypassword1234 | mypassword1234 | Karli Novak | KN |
|
|
|
|
And "admin@myorg.com" is in "BioSistemika Process" team as a "admin"
|
2017-11-23 22:30:08 +08:00
|
|
|
And "admin@myorg.com" is signed in with "mypassword1234"
|
2017-10-27 22:37:42 +08:00
|
|
|
|
|
|
|
@javascript
|
2018-05-21 21:29:18 +08:00
|
|
|
Scenario: Open the SciNote addons modal
|
2017-10-27 22:37:42 +08:00
|
|
|
Given I'm on the profile page
|
2018-01-31 19:05:45 +08:00
|
|
|
And I click "#help-link" icon
|
2018-05-21 21:29:18 +08:00
|
|
|
And I click "About SciNote" link within ".dropdown.open"
|
|
|
|
Then I should see "About SciNote"
|
|
|
|
And I should see "SciNote core version"
|