caleeli / selite

Automatically exported from code.google.com/p/selite
1 stars 0 forks source link

Don't use asserts in functions #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For now, do not use asserts (assertElementPresent etc.) with SelBlocksGlobal. 
When an assert fails within a function call (functions defined with help of 
SelBlocksGlobal), it leaves the stack untidy. If you have to use an assert and 
it fails, you need to restart Selenium IDE.

Original issue reported on code.google.com by peter.kehl on 5 May 2014 at 6:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I can't implement this on my own. The easiest way would be with assistance from 
SelBlocks. Please, star it at https://github.com/refactoror/SelBlocks/issues/4.

Original comment by peter.kehl on 20 Oct 2014 at 2:21

GoogleCodeExporter commented 9 years ago
This seems to be fixed in SelBlocksGlobal v.  1.14

Original comment by peter.kehl on 4 Nov 2014 at 7:15