Web releases

The latest and greatest on the web

Mock servers, bulk payments and a heartfelt goodbye 🥲

13 October 2022

Table of contents:

  1. 🌋 One mock server to rule them all
  2. 🤑 Bulk payments [wip]
  3. 👋 Bye bye cypress👋
  4. 🪲 Bug fixes

🌋 Aligning our mock server(s)

Last week, we spoke about aligning our mock server(s). We can gladly announce that we have finished this. And can now continue our work with bulk payments.

🤑 Bulk payments (work in progress)

Since our mock servers have been aligned, there’s nothing stopping us from completing bulk payments. With the mock servers in place, we can continue with writing tests, mocking the tink flow (this is a huge help during testing) and just generally sew everything together. What is this tink mock flow you speak about? The tink mock flow is something we’ve been heavily using during tink development and end to end testing. It consists of a iframe where you as a developer/tester/human can mock how the Tink flow is gonna turn out essentially.

With paying only one invoice, we have a tink mock flow which contains several buttons which decide the outcome of the payment. Now with bulk payments joining the party, this would not suffice anymore, so we have created a new mock flow for paying multiple invoices where you can decide how each invoice is gonna turn out. Take a look below.

Mock tink flow
Regular tink mock flow
Mock bulk tink flow
Bulk tink mock flow

👋 Bye bye cypress

  • We have been working with rewriting the last cypress tests within our inbox this sprint, we can gladly say that this is probably the last time you will see us writing about this.(Atleast within inbox 😅) (read more about playwright vs cypress here)

🪲 Bug fixes

  • Fixed copy bug in settings (withing inbox) which had a typo.
  • Fixed bug where users pdfs where being distorted. We implemented a message here to guide the user to download or view the pdf in a different browser instead since this was quite hard to recreate since it only happened in certain browser with certain os version.
  • Fixed a bug in settings for mobile users that tried to deactivate their account. When you click on “Deactivate” there’s a dialog that appears and this dialog has quite a bit of information and also an icon. But the problem was that if you are in landscape, the button for confirming the dialog is pushed down so far on the screen that you cannot see or click it. This is not fixed.
pdf bug