Created
February 5, 2021 13:38
-
-
Save monkrus/330b71aa5e628c8a17b80b7dc9cbad4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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