Since I use WebElementFacade, so I can wait until the button is not visible anymore, after the click:
WebElementFacade
toPageBButton.click(); element(toPageBButton).waitUntilNotVisible();