1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00

Compile fix

This commit is contained in:
Artyom 2016-09-06 14:29:06 +03:00
parent 261b6670f2
commit 924e8cd5af

View File

@ -293,7 +293,7 @@ itemTests = session "items" $ using Firefox $ do
-- TODO: setting custom group to something that already exists
-- doesn't result in two equal groups
wd "changing it changes the color" $ do
[itemA, itemB, itemC] <- replicate 3 (createItem "blah")
[itemA, itemB, itemC] <- replicateM 3 (createItem "blah")
setItemCustomGroup "one" itemA
setItemGroup "one" itemB
setItemCustomGroup "two" itemC