There was an error while loading. Please reload this page.
1 parent 44ac5dc commit 3b29b62Copy full SHA for 3b29b62
tests/e2e/webapp.spec.ts
@@ -127,9 +127,9 @@ test.describe('default', () => {
127
}),
128
);
129
130
- await expect(page.locator('.loading-skeleton')).not.toBeVisible();
+ await expect(page.locator('.loading-text')).not.toBeVisible();
131
await page.getByTestId('submit-question-button').click();
132
- await expect(page.locator('.loading-skeleton')).toBeVisible();
+ await expect(page.locator('.loading-text')).toBeVisible();
133
await expect(page.getByTestId('question-input')).not.toBeEnabled();
134
});
135
0 commit comments