jest 28.1.1 (#28797)
* got 28.1.1 * wip * force upgrade nth-check * legacyFakeTimers
This commit is contained in:
@@ -27,8 +27,6 @@ describe('learning tracks', () => {
|
||||
const found = href.match(/.*\?learn=(.*)/i)
|
||||
expect(found).not.toBeNull()
|
||||
const trackName = found[1]
|
||||
|
||||
// check all the links contain track name
|
||||
$(trackElem)
|
||||
.find('a.Box-row')
|
||||
.each((i, elem) => {
|
||||
|
||||
Reference in New Issue
Block a user