Meriem Barhoumi
Meriem Barhoumi
@mohammadranjbarz to address this issue, merging can't proceed at the moment. I must rectify the test cases and explore alternative solutions. Initially, I only accounted for records created within the...
Hey @maryjaf from what I understood this is already implemented (we can see projects list on QF round Tab) but what's missing is the pagination, right? For adding/removing projects we...
@maryjaf can you check the comment before this one.
Hey @maryjaf, you can test this now
Hey @CarlosQ96, here is what I mentioned on the call, I noticed this beforeEach is running in root block which adding more time while running all the test cases since...
Okay, so it would be better to exclude permission test cases from these beforeEach at least as they don't require any DB interactions, I'll look up a way for that.
@mohammadranjbarz, what I did here is modify the global `beforeEach` to exclude the permissions test case. This is done by preventing the code inside `beforeEach` from executing when the test...
Hey @maryjaf, sorry for the delay, you can test this now