UNPKG

wix-style-react

Version:
27 lines (23 loc) 1.29 kB
var _this = this; function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } import eyes from 'eyes.it'; import { waitForVisibilityOf } from 'wix-ui-test-utils/protractor'; import { getStoryUrl } from '../../../test/utils/storybook-helpers'; describe('Icons', function () { var storyUrl = getStoryUrl('1. Foundation', '1.4 Icons'); eyes.it('should show all icons', _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() { return regeneratorRuntime.wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: browser.get(storyUrl); _context.next = 3; return waitForVisibilityOf($('[data-hook="new-icons"]'), 'Cannot find all icons'); case 3: case 'end': return _context.stop(); } } }, _callee, _this); }))); });