Alexander Zinchuk
Alexander Zinchuk
Hey, can you try running it in Chrome?
Can you share a screenshot of what you see?
Which device are you using?
Any update on this?
same for me here
@Danstiv We are surely interested, thank you!
@digitalmoksha did you like that `partisan`?
Yes, for me it was good as well. Hope this one will not be abandoned, though.
A bit late, but I was able to do so with `expect_json_types`: ```rb expect_json_types('visit.checkin_at', -> (actual) { expect(iso8601?(actual)).to be_truthy expect(Time.parse(actual)).to be_within(1.seconds).of(Time.current) }) ```