mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:56:29 +00:00
test: ensure submit message configured is saved
This commit is contained in:
@@ -934,6 +934,9 @@ test.describe('Form view: field validation', () => {
|
||||
message: 'Thank you for submitting the form',
|
||||
});
|
||||
|
||||
// wait to ensure configured message is saved
|
||||
await dashboard.rootPage.waitForTimeout(1000);
|
||||
|
||||
await dashboard.rootPage.goto(surveyLink);
|
||||
// fix me! kludge@hub; page wasn't getting loaded from previous step
|
||||
await dashboard.rootPage.reload();
|
||||
|
||||
Reference in New Issue
Block a user