This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Description
In CreatePageWizardImpl, there are 3 button labels ("Next", "Create" and "Done"), which are used to find certain buttons in the Create Page Wizard.
However, these button labels are in English and our project is in Dutch, so we are unable to find those buttons and therefore the code is failing to execute.
It is unacceptable for us to translate the buttons back to English.
I would suggest to find a better way to find these buttons and click them. Or, but I think that's a worse solution, make the button text configurable in some way.