To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorFont admin section
In order to administer Fonts
As Tomáš
I need Font admin section
- Scenarios
-
- Comming to Font admin section
- Getting to create new Font
- Creating new Font
- Destroying Font
- Editing Font
- Comming to Font admin section
-
- Given
- I logged in as 'Tomáš'
- When
- I follow 'Fonts'
- Then
- I should see 'All Fonts'
- Getting to create new Font
-
- Given
- I logged in as 'Tomáš'
- When
- I follow 'Fonts'
- And
- I follow 'New'
- Then
- I should see 'New Font'
- Creating new Font
-
- Given
- I logged in as 'Tomáš'
- And
- I follow 'Fonts'
- And
- I follow 'New'
- When
- I fill in 'Name' with 'Tabac'
- And
- I fill in 'Designer' with 'Tomáš Brousil'
- And
- I fill in 'Release date' with '1968/2010'
- And
- I fill in 'Real release date' with '2010'
- And
- I fill in 'Glyphs count' with '666'
- And
- I fill in 'Badges' with 'new'
- And
- I fill in 'Dollar price' with '399'
- And
- I fill in 'Euro price' with '299'
- And
- I fill in 'Crown price' with '2990'
- And
- I attach file for 'Specimen'
- And
- I attach pdf file for 'Pdf specimen'
- And
- I attach file for 'Encoding'
- And
- I fill in 'Description' with 'Some really long text'
- And
- I fill in 'Description 2' with 'Second column of that really long text'
- And
- I fill in 'Annotation' with 'Not so long text'
- And
- I fill in 'Features' with 'All Small Caps (c2sc)'
- And
- I fill in 'Features 2' with 'Small Capitals (smcp)'
- And
- I fill in 'Features 3' with 'Historical Forms (hist)'
- And
- I fill in 'Language support' with 'Afrikaans, Albanian, Basque'
- And
- I press 'Save'
- Then
- I should see 'Font was successfully created.'
- Destroying Font
-
- Given
- I logged in as 'Tomáš'
- And
- I created 'Tabac' Font with specimen
- And
- I follow 'Fonts'
- When
- I press 'Delete'
- Then
- I should see 'Font was successfully destroyed'
- Editing Font
-
- Given
- I logged in as 'Tomáš'
- And
- I created 'Tabac' Font with specimen
- And
- I follow 'Fonts'
- When
- I press 'Edit'
- And
- I fill in 'Name' with 'Tabac Sans'
- And
- I press 'Save'
- Then
- I should see 'Font was successfully updated'
Last published almost 7 years ago by pepe.