I'm testing the step of Mink: Then the url should match "pattern"
My url is some like "/test/34kUñlj" and this is a _blank target. This means that when I click on a link, then it open a new windows and the url is "/test/34kUñlj".
I'm using sahi driver. The pattern after /test/ is a random hash.
The first problem is: the step the url should match is marked as undefined. I looked at the api of Mink and saw that this step wasn't "" so I tried this: Then the url should match /test/ñljñl23 and still marking it as undefined.
The second: why I follow the new windows that is open?
And finally: how is the pattern of that url "/test/342lñasjf". I use "/test/\d+"
Thanks