John Sickels

Results 12 comments of John Sickels
trafficstars

You'll want to remove any company specific things, like app names and take out any extra setup that isn't relevant to the issue. A good micro repro example is "load...

XML report does not tell me what property fails ``` Suite: Testing for success in the login api endpoint Scenario: Get agents events properties without code param Message: Schema is...

I think it has to do with [this](https://github.com/flocasts/flagpole/blob/098c8e5312342c964ae59841368aadcdf0fb42e3/src/puppeteer/browserelement.ts#L558)

Also finding issue here ``` const streamIDLabel = await context.find(".prop", "streamId"); const streamIDAncestor = await streamIDLabel.getAncestor("a"); ``` fails on error ``` Error: Evaluation failed: DOMException: Failed to execute 'evaluate' on...

In https://github.com/flagpolejs/flagpole/blob/1cb99e60c9650f07e855c386f8a9c0b470a3da87/src/puppeteer/browserelement.ts#L562-L569 ``` return this.$.$x(`//${prefix}${cssXPath(selector).slice(2)}${suffix}`); ``` This is all the work I've done so far. This is working for .getAncestor("a") and .getNextSibling(".num"), but NOT for .getFirstChild() For the last, I...

Getting error ``` ✕ TypeError: csstoxpath_1.default is not a function ``` when using ``` const listItems = await context.findAll(".upcoming .events-group li"); const firstItem = listItems[0]; context.assert("Found first li", firstItem).exists(); const...

Accessing build artifacts with CircleCI is as easy as: ```yaml - store_artifacts: path: tmp/screenshots ``` ![Screen Shot 2022-01-26 at 2 29 26 PM](https://user-images.githubusercontent.com/46609057/151233032-68067367-a3b0-4d32-9b88-cf2d723e8003.png) Makes it super quick to diagnose a...

The straw that broke the camel's back https://github.com/ajv-validator/ajv/releases/tag/v8.3.0

``` Finished Step #2 - "Install" 2021/09/12 13:23:35 Step Step #2 - "Install" finished Starting Step #3 - "Run UI Tests" Step #3 - "Run UI Tests": Already have image:...

https://github.com/ajv-validator/ajv/issues/1687