You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not quite sure <current> refers to @event_1 or the string '@event_1' in this case... I think it should refer to the fixture instance though. So your usage should work just fine, meaning this is a bug.
When we have something_{@event_1}<current()> is the same thing than '@event_1'
Like if we have something_event_{1} with '@event$current'_ (or '@event<current()>_, both work i guess) it's again the same thing. BUT i can't use several time {@event_1} in the same call
Hi, in this example we have :
When I try this, only one record is register inside the database (I use SQLite)
But it's working when this :
Something is wrong with my usage ?
The text was updated successfully, but these errors were encountered: