Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

css * /deep/ selector is not working in Firefox #4115

@rolandjitsu

Description

@rolandjitsu

Bug report

I just ran into some issues with my tests when I tried to run the tests on Firefox and IE11.
One of the issues is with the * /deep/ CSS selector which I think is used in by.deepCss() that I use in astronauts.po.ts#L4 (and other places) to query elements in a Angular 2 app.
You can see the error on my Travis build at 204863742#L644 and 204863742#L1206.
According to MDN, that selector does not seem to be supported in Firefox and IE at the moment.

  • Node Version: 7.4
  • Protractor Version: 5.1
  • Angular Version: 2.4
  • Browser(s): Firefox, IE11
  • Operating System and Version Windows 8.1
  • Your protractor configuration file: protractor.conf.js
  • A relevant example test: astronauts.e2e-spec.ts
  • Output from running the test: 204863742#L486

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions