diff --git a/.github/workflows/test-app.yml b/.github/workflows/test-app.yml index ae2b0501..5330d6fa 100644 --- a/.github/workflows/test-app.yml +++ b/.github/workflows/test-app.yml @@ -1,7 +1,9 @@ name: Cypress Tests -on: [push] - +on: + push: + branches: + - feature/testing jobs: cypress-run: runs-on: ubuntu-latest diff --git a/src/helpers.js b/src/helpers.js index cd38d817..31187ac4 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -35,7 +35,7 @@ export function $delegate(target, selector, type, handler) { $on(target, type, dispatchEvent, useCapture); } -// Find the element's parent with the given tag name: +// Find the element's parent with the given tag name: 111 // $parent(qs('a'), 'div') export function $parent(element, tagName) { if (!element.parentNode) {