AgileVentures / Paironauts

To find a pair partner any time!
MIT License
7 stars 5 forks source link

add step to install hex for circle ci build #12

Closed praveendhawan closed 6 years ago

praveendhawan commented 6 years ago

CIrcle Ci build was failing due to this error.

image

bcb37 commented 6 years ago

I was wondering if it was the absence of node (and npm) that was making these tests fail on the CI (where they don't on dev machines). But adding it didn't seem to change that behavior.

praveendhawan commented 6 years ago

@bcb37 If you noticed, in build - 11 I was able to make one failing spec pass. I just replaced assert_has(css("#meet")) with visible?("#meet") on this line not sure whats going on.

Also @tansaku if the specs are failing for you on local you could add |> take_screenshot() after this line and see if the jitsi meet iframe is actually visible or not, which could help us debug the issue

yakryder commented 6 years ago

@praveendhawan That is weird. Can't help but want to get more builds logged and/or stick "visible" in all the tests to see what happens