Running Copilot coding agent #1
Annotations
3 errors
|
tests/unit/SearchDialog.test.tsx > SearchDialog > navigates results with arrow keys:
tests/unit/SearchDialog.test.tsx#L162
AssertionError: expected '#1Episode OneThis is the first episod…' to contain 'Episode Two'
Expected: "Episode Two"
Received: "#1Episode OneThis is the first episode↵"
❯ vi.waitFor.timeout tests/unit/SearchDialog.test.tsx:162:39
|
|
tests/unit/SearchDialog.test.tsx > SearchDialog > navigates results with arrow keys:
tests/unit/SearchDialog.test.tsx#L153
Error: expect(element).toHaveAttribute("aria-selected", "true") // element.getAttribute("aria-selected") === "true"
Expected the element to have attribute:
aria-selected="true"
Received:
aria-selected="false"
❯ tests/unit/SearchDialog.test.tsx:153:41
|
|
tests/unit/SearchDialog.test.tsx > SearchDialog > navigates results with arrow keys:
tests/unit/SearchDialog.test.tsx#L152
Error: expect(element).toHaveAttribute("aria-selected", "true") // element.getAttribute("aria-selected") === "true"
Expected the element to have attribute:
aria-selected="true"
Received:
aria-selected="false"
❯ tests/unit/SearchDialog.test.tsx:152:39
|