question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Protractor website title could confuse developers

See original GitHub issue

The website at https://www.protractortest.org has only AngularJS in the title. <title>Protractor - end-to-end testing for AngularJS</title>

protractor-google

Solution:

Remove JS 😃 (I know, it works for both… but on other places like the logo and description texts only Angular is written) <title>Protractor - end-to-end testing for Angular</title>

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

3reactions
aubsoletecommented, Aug 17, 2020

Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.

The intro description also mentions Angular and AngularJS. Would you like these removed, too? It could be rewritten to something such as:

Protractor is an end-to-end test framework that runs tests against your application running in a real browser, interacting with it as a user would.

3reactions
abhinaba-ghoshcommented, Jul 22, 2020

I suggest removing the Angular part too. As many teams successfully using protractor for other technologies. If anyone uses protractor-react-selector plugin, then they have the API browser.wwaitForReact() as well. So, I think it should become a framework agnostic.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Promise for getting the title of a web page never resolves with ...
However, none are in use in the process of running this test, so that confuses me. The loginBtn is being selected correctly. I...
Read more >
Top 5 Alternatives to Protractor - BrowserStack
Top Protractor alternatives to migrate your Protractor tests to, after its deprecation. Learn about the other frameworks and their ...
Read more >
Top 18 Most Common AngularJS Developer Mistakes - Toptal
Call angular.reloadWithDebugInfo() from the console and the app will do just that. Common Mistake #2: Not Having a Dot In There. You probably ......
Read more >
Protractor - Wikipedia
More advanced protractors, such as the bevel protractor, have one or two swinging arms, which can be used to help measure the angle....
Read more >
Why I Moved from Protractor to Cypress and the 7 Steps to ...
It doesn't test like a real user: it doesn't retry commands and assertions without you having to implement and maintain custom libraries for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found