* Detail shows highlight for applied
* UI structured a little diferently * Read All Items button and mechanism
This commit is contained in:
parent
581989c9b4
commit
fbfbaab26a
2
dist/build/bundle.css
vendored
2
dist/build/bundle.css
vendored
File diff suppressed because one or more lines are too long
4
dist/build/bundle.css.map
vendored
4
dist/build/bundle.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/build/bundle.js
vendored
2
dist/build/bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/build/bundle.js.map
vendored
2
dist/build/bundle.js.map
vendored
File diff suppressed because one or more lines are too long
@ -26,7 +26,8 @@ const s1jobsScraper = new RssS1Jobs();
|
||||
const feed = fs.readFileSync('test/data/s1jobs/m7dp711z2r.xml');
|
||||
|
||||
test.test('Test Jobserve scraper', async t => {
|
||||
await s1jobsScraper.loadFeed(feed);
|
||||
await s1jobsScraper.setStartUrl(url);
|
||||
|
||||
|
||||
s1jobsScraper.reduceItems();
|
||||
|
||||
@ -35,3 +36,13 @@ test.test('Test Jobserve scraper', async t => {
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
/*
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/m7dp711z2r.xml');
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/pfvf7o7z2r.xml');
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/lluqnt8z2r.xml');
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/tu33qt8z2r.xml');
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/u3btnz8z2r.xml');
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/b1d7e6c3a9a11964z3r.xml');
|
||||
await s1jobsScraper.go('http://www.s1jobs.com/xml/ddeded091b6f6d33z3r.xml');
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user