Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
3k views

I have a HTML like this: <div> <div>Internal Description</div> <app-rich-text-editor> <div data-testid="rich-text-editor"> </div> </app-...
one-hand-octopus's user avatar
4 votes
0 answers
1k views

This Angular project uses Emulated ViewEncapsulation, adds dynamically generated attributes like _ngcontent-xxx-c001 into most elements, which absolutely can't be used in E2E Test. Fortunately, ...
igdswzcd109's user avatar
-3 votes
1 answer
276 views

REQUIREMENT: For this example let us consider testing the look and feel of buttons through out the application based on my custom CSS styleguide I have written test cases to test all the states of ...
Neyo's user avatar
  • 644
0 votes
0 answers
113 views

I have already installed MailListener npm install mail-listener2 --save-dev In My Config.js file, I have exports.config = { directConnect: true, capabilities: { browserName: 'chrome', }, ...
John Mburu's user avatar
0 votes
0 answers
189 views

I am new in angular and I trying to run e2e but I got the below error on windows OS and not getting what is this. [09:50:58] I/launcher - Running 1 instances of WebDriver [09:50:58] I/direct - Using ...
Lucky's user avatar
  • 369
1 vote
0 answers
2k views

> [email protected] e2e-ci /web-frontend > ng e2e --webdriverUpdate=false --port=4300 --protractor-config=./e2e/protractor-ci.conf.js 10% building 3/3 modules 0 activeℹ 「wds」: Project is ...
CodeWeed's user avatar
  • 1,111
1 vote
1 answer
870 views

I want to validate css color change in my e2e using protractor. I can see the color is changed in DB, but it is not reflecting in the UI, I tried to clear the cache using browser.actions().keyDown(...
RZLJ's user avatar
  • 73
0 votes
2 answers
139 views

I am facing issue while interacting with any element in a modal popup. I am using ChromeDriver 2.46 and all tests which involves modal popup fails on Chrome 74. I get below error element is not ...
Akshay's user avatar
  • 540
1 vote
0 answers
269 views

I am trying to run Protractor e2e tests on Selenium and Safari Version 12.1.1 (14607.2.6.1.1) for the AngularJS web application. Those tests are successfully running on Chrome with the Chrome web ...
Sabka's user avatar
  • 19
0 votes
0 answers
284 views

I'm new to Angular and e2e. I'm trying to start with e2e default template that comes with Angular. I have made some little modifications to that trying to run. But some how my test fails at by.Css ...
fingers10's user avatar
  • 8,519
1 vote
2 answers
425 views

I have a flaky test. Its about my loading screen. I use await browser.wait(EC.invisibilityOf(...)); // It contains parameters. await browser.sleep(2000); But still sometimes it is work , it is not. ...
Aslı's user avatar
  • 115
2 votes
4 answers
2k views

So I just started work on protractor tests and I'm facing the following problem - my tests fail inconsistently. Sometimes the test may pass and the next time it fails. Reasons to fail is very ...
Majesty's user avatar
  • 2,089
-1 votes
2 answers
165 views

I have below HTML stracture. Here Class is used in some other places also. Please give me some solution of it. <div ng-show="addEditBillingCodeForm.form.code.$error.required &amp;&amp; ...
sudeep mahato's user avatar
0 votes
1 answer
163 views

I am working on a E2E test for a single-page web application in Angular2. There are lots of clickable tags (not redirected to other pages but has some css effect when clicking) on the page, with some ...
T.Chen's user avatar
  • 1
0 votes
2 answers
718 views

Working on an E2E using Ramda. I'm not getting how to convert a simple IF condition using Ramda Cond. Code using If : if (constraint == 'required') { // then only do something await ...
Pranab's user avatar
  • 229

15 30 50 per page
1
2 3 4 5
37