Description:
I am currently testing an 8base application and I have encountered a problem with a specific functionality that can only be tested at the beginning of the next week.
Functionality:
The application has two types of users:
Questioners: who ask questions.
Answerers: who can answer questions only at the beginning of the next week.
Problem:
I can only test this functionality at the beginning of the next week. However, waiting for the next week to run tests every time is not ideal.
Are there any ways to solve this problem?
P.S. I apologize if this is a stupid question, but I am asking for the sake of my project.