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 collaboratorInsert Row Below
As a Data Packager
I want to insert another row below the current row
So that I can add more data to the data tab
RULES
- The "Insert Row Below" command can be invoked using a menu item, keyboard shortcut or a context menu in the data table
- Scenarios
-
- Insert Row Below
-
- Given
- Data Curator is open
- And
- the table should have 1 row by 3 columns
- When
- the user clicks in row 1, column 1
- And
- the user types "user input"
- And
- the user right-clicks
- And
- the user clicks on "Insert Row Below"
- Then
- the table should have 2 rows by 3 columns
- And
- the text: "user input" should be in row 1 column 1
Examples: user input test
Last published almost 2 years ago by Matt Mulholland.