Merge pull request #1079 from Ana06/suggest_track_color

Different colors for new tracks, types and levels
This commit is contained in:
Christian Bruckmayer 2016-07-11 15:10:26 +02:00 committed by GitHub
commit 28f0973fc4
17 changed files with 91 additions and 16 deletions

View file

@ -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