-
Quando utilizamos o collective.cover 1.0a11 ocorre erro nos testes:
``` bash
Running brasil.gov.tiles.testing.brasil.gov.tiles:Integration tests:
Set up plone.testing.zca.LayerCleanup in 0.000 seco…
-
```
The demo is old and it shows. We need to:
1) Convert it to plain text format
2) Remove duplicate tests that only demonstrate the different abstraction
levels - in this demo we only need on workfl…
-
```
The demo is old and it shows. We need to:
1) Convert it to plain text format
2) Remove duplicate tests that only demonstrate the different abstraction
levels - in this demo we only need on workfl…
-
When validation the homepage of a fresh Plone 5 site, there are several errors and warnings. Let's fix them. This is from the validator at https://validator.w3.org:
- Error: Bad value menu for attribu…
-
```
We ought to be able to use http://code.google.com/p/flash-selenium/
```
Original issue reported on code.google.com by `pekka.klarck` on 16 Feb 2009 at 10:00
-
```
I'm not sure if this is an issue of the selenium
library or selenium itself. Could even be Jython.
We have a robot test suite which has grown a lot. somewhere in the middle
of the run I get a jav…
-
```
I propose to add possibility to address UI elements by alias name.
For example:
There are two pages - New Document form and Log-in Page.
New Document Form has got many fields with ids:
- First…
-
```
RobotFramework 2.5 offers a new keyword:
Run Keyword If Timeout Occurred
However Timeouts from Selenium are not considered as RobotFramework Timeouts,
thus this keyword will never run.
The reason…
-
```
I propose to add possibility to address UI elements by alias name.
For example:
There are two pages - New Document form and Log-in Page.
New Document Form has got many fields with ids:
- First…
-
I get "NotImplementedError: No result backend configured. Please see the documentation for more information."
If i try to run the following test:
```
class TestAsyncCloneFolder(unittest.TestCase):
…