Skip to content

Instantly share code, notes, and snippets.

@monkrus
Created February 5, 2021 13:38
Show Gist options
  • Select an option

  • Save monkrus/330b71aa5e628c8a17b80b7dc9cbad4d to your computer and use it in GitHub Desktop.

Select an option

Save monkrus/330b71aa5e628c8a17b80b7dc9cbad4d to your computer and use it in GitHub Desktop.
var cheerio = require('cheerio');
const $ = cheerio.load('<ul class="cards-wrapper">...</ul>');
$.html();
pm.test('Page title should be set', function () {
$('.cards-wrapper').text("640-660");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment