Skip to content

Commit 3b29b62

Browse files
shibbasanfibiacreativa
authored andcommitted
fix: fix broken test
1 parent 44ac5dc commit 3b29b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/webapp.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ test.describe('default', () => {
127127
}),
128128
);
129129

130-
await expect(page.locator('.loading-skeleton')).not.toBeVisible();
130+
await expect(page.locator('.loading-text')).not.toBeVisible();
131131
await page.getByTestId('submit-question-button').click();
132-
await expect(page.locator('.loading-skeleton')).toBeVisible();
132+
await expect(page.locator('.loading-text')).toBeVisible();
133133
await expect(page.getByTestId('question-input')).not.toBeEnabled();
134134
});
135135
});

0 commit comments

Comments
 (0)