mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Change data-testId to data-testid (#5404)
This commit is contained in:
parent
e5af9ba6b8
commit
be217527f9
@ -103,7 +103,7 @@ const WorkspaceNavigation: FC = () => {
|
||||
onClick: () => navigate(`/organization/${organizationId}/project/${projectId}`),
|
||||
id: activeProject._id,
|
||||
label: activeProject.name,
|
||||
node: <span data-testId="project">{activeProject.name}</span>,
|
||||
node: <span data-testid="project">{activeProject.name}</span>,
|
||||
},
|
||||
{
|
||||
id: activeWorkspace._id,
|
||||
|
Loading…
Reference in New Issue
Block a user