fix: add sticky form update button (#3056)

This commit is contained in:
David Nguyen
2026-07-02 14:52:28 +10:00
committed by GitHub
parent 5a8335e0eb
commit 393b51d484
20 changed files with 359 additions and 132 deletions
@@ -60,7 +60,7 @@ test('[ORGANISATIONS]: manage general settings', async ({ page }) => {
await page.getByLabel('Organisation URL*').clear();
await page.getByLabel('Organisation URL*').fill(updatedOrganisationId);
await page.getByRole('button', { name: 'Update organisation' }).click();
await page.getByRole('button', { name: 'Save changes' }).click();
// Check we have been redirected to the new organisation URL and the name is updated.
await page.waitForURL(`/o/${updatedOrganisationId}/settings/general`);