OpenVAA / voting-advice-application

An open-source platform for creating Voting Advice Applications (VAAs)
https://openvaa.org/en
GNU General Public License v3.0
10 stars 0 forks source link

chore: update Playwright tests #561

Closed kaljarv closed 3 months ago

kaljarv commented 3 months ago
kaljarv commented 3 months ago

@anolpe, can you still fix the register.spec.ts and also look into whether we could replace the URL RegExps with just a strict string match using baseUrl in all instances, i.e., the same URL that we pass to page.goto.

anolpe commented 3 months ago

@kaljarv I'm still working on register.spec.ts because it is not as simple as those other two tests and I've had to fix more things in it. I'll look into replacing those RegExps!