-
Some error happen when test the repo in `IE 9` browser. Also need test the repo in other version of `IE` browsers. Such as `IE6`,`IE7` and `IE8`. Even `firefox` and `safari`.
-
```
Test these browsers:
iPhone
Firefox (latest)
Konqueror
Safari (2.0 and 3.0)
Internet Explorer
Test systems:
Linux
Mac OS 10.4/10.5
Windows (cygwin)
Solaris
```
Original issue reported on code.go…
-
@thomasjbradley
Chrome - Looks how it should because this is where I've coded it.
Firefox - Looks as expected
Opera - Looks as expected
Safari - Looks as expected
-
### Describe the problem below this line as meticulously and detailed as possible (incl. pagelinks if any)
Many website beginners use top as their starting point, but the list is very simple and crud…
-
**Steps to Reproduce**:
Log in as a **problem_user/secret_sauce** and navigate to the inventory page.
Choose a sorting option (e.g., Price (low to high)).
**Expected Result**:
Products shoul…
-
### Minimal, reproducible example
```TypeScript
const puppeteer = require("puppeteer");
const http = require("http");
let server = http.createServer((req, res) => res.end());
server.listen(80…
-
This prototype was built in Chrome. It needs a solid round of browser testing. Test all user interactions, animations and review layouts. [Add a new issue](https://github.com/hexagoncircle/cocktails/i…
-
There are a handful of pieces of general advice for writing solid browser automation tests we can review:
- Selecting on user-visible text, and falling back on semantically meaningful attributes like …
-
Build out testing for the AIA via a service like
Open Sauce - SauceLabs Testing [https://saucelabs.com/solutions/open-source] to especially ensure issues with IE11 are identified before a release.
-
Is there a way to test gun outside of the browser (e.g., I'd like to build some simple unit tests for my app).
Currently I get:
~~~~
TypeError: rad is not a function
at ../../node_modu…