I am writing UI tests for a ready-made ios application. I have a window in which you need to enter a valid link and tap on the Enter key to go to the next window. But the test stops after the command app.keyboards.buttons ["continue"].tap() and the main.m file opens which looks like this. enter image description here
I am new to ui testing. Please tell me what could be the problem.