Skip to content

Commit

Permalink
fix: control icons dont appear (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudo authored and bahmutov committed Jun 5, 2019
1 parent c543ce0 commit dc1cb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ after(() => {
const $ = Cypress.$

const findParentTitles = (rt, title = []) => {
title.push(rt.textContent)
title.push(rt.firstChild.textContent)

const $parent = $(rt).parents('li.suite')

Expand Down

0 comments on commit dc1cb22

Please sign in to comment.