mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-29 11:15:42 +08:00
website: make e2e tests actually test the tasks work
Prior to this change the tests didn't handle any task types as the detection of the task type was failing.
This commit is contained in:
@@ -34,6 +34,7 @@ export const SortableItem = ({
|
||||
p="4"
|
||||
color={textColor}
|
||||
cursor={isEditable ? (grabbing ? "grabbing" : "grab") : "auto"}
|
||||
aria-roledescription="sortable"
|
||||
onMouseDown={() => {
|
||||
setGrabbing(true);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user