mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-14 11:15:48 -04:00
add bits to get the labels in the right place
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
});
|
||||
|
||||
it('fills the bars with color', function(){
|
||||
expect($('g.bar rect')).toHaveAttr('fill', 'rebeccapurple');
|
||||
expect($('g.bar rect')).toHaveAttr('fill', 'steelblue');
|
||||
});
|
||||
|
||||
it ('gets the values of all the bars', function(){
|
||||
|
||||
Reference in New Issue
Block a user