Merge pull request #1079 from Ana06/suggest_track_color
Different colors for new tracks, types and levels
This commit is contained in:
commit
28f0973fc4
17 changed files with 91 additions and 16 deletions
|
|
@ -32,7 +32,7 @@ feature EventType do
|
|||
within('table#event_types') do
|
||||
expect(page.has_content?('Party')).to be true
|
||||
expect(page.has_content?('13042')).to be true
|
||||
expect(page.has_content?('#e4e4e4')).to be true
|
||||
expect(page.has_content?('#E4E4E4')).to be true
|
||||
expect(page.assert_selector('tr', count: 3)).to be true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue