mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Split Test to reduce time
This commit is contained in:
parent
7229c4dac3
commit
97b625dc78
|
@ -121,8 +121,12 @@ test.describe('Trade', () => {
|
|||
await modalOkButton.click();
|
||||
|
||||
await expect(page.getByText('Config reloaded successfully.')).toBeInViewport();
|
||||
});
|
||||
test('Trade page - drag and drop', async ({ page }) => {
|
||||
await page.goto('/trade');
|
||||
|
||||
await page.locator('#avatar-drop').click();
|
||||
const multiPane = page.locator('.drag-header', { hasText: 'Multi Pane' });
|
||||
|
||||
await page.getByLabel('Lock layout').uncheck();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user