mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore: use getByText instead of getByLabel
This commit is contained in:
parent
ceb81a04bc
commit
1bbef245e8
|
@ -108,7 +108,7 @@ test.describe('Trade', () => {
|
||||||
const multiPanebb = await multiPane.boundingBox();
|
const multiPanebb = await multiPane.boundingBox();
|
||||||
|
|
||||||
await page.locator('#avatar-drop').click();
|
await page.locator('#avatar-drop').click();
|
||||||
await page.getByLabel('Lock layout').uncheck();
|
await page.getByText('Lock layout').uncheck();
|
||||||
|
|
||||||
const chartHeader = await page.locator('.drag-header:has-text("Chart")');
|
const chartHeader = await page.locator('.drag-header:has-text("Chart")');
|
||||||
await expect(multiPane).toBeInViewport();
|
await expect(multiPane).toBeInViewport();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user