add a css file for general SettingsPage.js

add a basic form for videopath
This commit is contained in:
2020-06-29 21:34:43 +02:00
parent 791f2327e1
commit 08c2567551
4 changed files with 31 additions and 2 deletions

View File

@ -29,7 +29,7 @@ describe('<RandomPage/>', function () {
simulateSideBarClick("TV Shows",wrapper);
expect(wrapper.state().currentpage).toBe("tv");
expect(wrapper.find(".SettingsContent").find("a")).toHaveLength(1);
expect(wrapper.find(".SettingsContent").find("span")).toHaveLength(1);
});
function simulateSideBarClick(name, wrapper) {