We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad6943 commit 83394a5Copy full SHA for 83394a5
test/e2e/integration/subform-test/subform.ts
@@ -207,6 +207,7 @@ describe('Subform test', () => {
207
'contain.text',
208
'Det er feil i en eller flere moped oppføringer',
209
);
210
+ cy.waitForLoad();
211
cy.findAllByRole('button', { name: /slett/i }).last().clickAndGone();
212
213
// Test that fixing the validations works
0 commit comments