If you've deployed a custom Super Token, you don't need to wait for Dashboard Listing to try it out in any Dashboard features
You can open your browser's developer console (Windows/Linux: Press Control + Shift + J,
Mac: Press Command + Option + J) and add your token manually to the Dashboard localstorage using the following command:
window.localStorage.setItem("customTokens", `{ "CHAINID": "TOKENADDRESS" }`)
Where you replace CHAINID for your target chain's Chain ID, e.g. 80001 for Polygon Mumbai
And replace TOKENADDRESS with to your target token, e.g. 0x0405D2C538fA26cFe24e4017E1E014D0c44B51F1 for a testnet Super GoodCoin