mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 22:26:12 -05:00
Fix E2E test
This commit is contained in:
@@ -100,11 +100,8 @@ test.describe("Composition Analyzer", () => {
|
||||
await expect(damageComboList).not.toBeVisible();
|
||||
await expect(rangeVisualization).not.toBeVisible();
|
||||
|
||||
// Select one weapon - damage combo still not visible
|
||||
// Select two weapons with range data (blaster - ID 210)
|
||||
await page.getByTestId("weapon-button-40").click();
|
||||
await expect(damageComboList).not.toBeVisible();
|
||||
|
||||
// Select a second weapon with range data (blaster - ID 210)
|
||||
await page.getByTestId("weapon-button-210").click();
|
||||
|
||||
// Both damage combo list and range visualization should now be visible
|
||||
|
||||
Reference in New Issue
Block a user