Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion e2e/buy-process.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,11 @@ test.describe('Buy Process - UI Flow', () => {

// asset-out is pinned: without it the screen picks the first listed asset, which has
// no price rule in the local seed and the quote never reaches the payment details.
// lang=en pins the UI locale: the selectors and the baselines below are English, and without
// the parameter the language comes from the test account's stored user.language, which anyone
// can change on the server and which makes this test fail with "element(s) not found".
await page.goto(
`/buy?session=${token}&blockchain=Ethereum&asset-in=EUR&asset-out=ETH&amount-in=100&personal-iban=frick`,
`/buy?session=${token}&blockchain=Ethereum&asset-in=EUR&asset-out=ETH&amount-in=100&personal-iban=frick&lang=en`,
);

const paymentDetails = page
Expand Down
Loading