mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
7791f20f49
Conflicts: tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsUiContext.php
12 lines
434 B
Gherkin
12 lines
434 B
Gherkin
Feature: My Profile
|
|
As a CMS user
|
|
I want to be able to change personal settings
|
|
In order to streamline my CMS experience
|
|
|
|
@javascript
|
|
Scenario: I can see date formatting help
|
|
Given I am logged in with "ADMIN" permissions
|
|
# Only tests this specific field and admin UI because its got built-in tooltips
|
|
When I go to "/admin/myprofile"
|
|
And I follow "Show formatting help"
|
|
Then I should see "Four-digit year" |