sam detweiler
sam detweiler
@evroom so, for grins, want to try it out? see if it still might be worth it git pull then git checkout fixcaldates3 the code does this dateFormat: absolute, assumes...
all the log entries for the module_name.js are in the browser developers window ctrl-shift-i select the console tab .. by 'convention' you can filter on message content, so each message...
no problem
I am submitting my calendar updates without this currently. I think it needs more testing
still reviewing
this now part of my calendar update pr.. #3587 node-ical to release 0.19.1
the same failing 2 tests run correctly in the electron test suite.. what is the problem here? copied from the electron test suite and added the get.document() call before the...
ok, the problem here is the startApplication() helper in e2e does not accept dates for the test.. the electron version does accept date so we cannot run date based testcases...
the failing testcase depends on the weather... ```text it("should render a compliment based on the current weather", async () => { > 41 | await expect(weatherFunc.getText(".compliments .module-content span", "snow")).resolves.toBe(true); |...
the weather testcase depends on a weather provider responding to the special value in the config ```js { module: "weather", position: "bottom_bar", config: { location: "Munich", mockData: '"#####WEATHERDATA#####"' } }...