You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't look like the extractTitle function in dashboardPage is finding the title. In the example below, I can see the title in the header as <span class="logo">Dashboard Demo</span>. Setting the title param in dashboardPage is a valid workaround.
…e's title from dashboardHeader (if the title is not provided directly to dashboardPage); however, we were selecting the wrong child of the header tag object
…e's title from dashboardHeader (if the title is not provided directly to dashboardPage); however, we were selecting the wrong child of the header tag object
It doesn't look like the
extractTitle
function indashboardPage
is finding the title. In the example below, I can see the title in the header as<span class="logo">Dashboard Demo</span>
. Setting the title param indashboardPage
is a valid workaround.The text was updated successfully, but these errors were encountered: