Error with css svg tag in Macro

I have a macro that fails on the line: ‘css=#ember796 > li-icon > svg > path’. It is a timeout error. The procedure is clicking on a drop down menu on a web page.

I am new to Kantu. How to I troubleshoot this? The JSON file is below ( I put x’s to replace confidential information).

{
“Name”: “DemoAutofill”,
“CreationDate”: “2019-5-10”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://www.linkedin.com/”,
“Value”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “link=Sign in”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=password”,
“Value”: “xxxx”
},
{
“Command”: “type”,
“Target”: “id=username”,
“Value”: “xxxx”
},
{
“Command”: “clickAndWait”,
“Target”: “xpath=//[@id="app__container"]/main/div/form/div[3]/button",
“Value”: “”
},
{
“Command”: “click”,
“Target”: "xpath=//
[@id="nav-settings__dropdown-trigger"]/div”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “link=Company: Banner Bank”,
“Value”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “css=#ember796 > li-icon > svg > path”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “link=Followers”,
“Value”: “”
}
]
}