miniflux-legacy/docs
Mathias Kresin 475c71d107 fix race conditions in tests
Wait till the counter has the desired value, instead of assuming that
the counter already has the expected value. This fixes the tests on
slow browsers.

Furthermore, the wait isn't needed any more, now that the counter
queries are race ondition proof.

The waitForIconMarkReadInvisible was the wrong wait function here, since
the whole article will be hidden instead of the read icon. This could
lead into race condition related errors if the article is hidden before
the waitForIconMarkRead() functions runs. The article variable that is
used to address the child read icon can refer to an (DOM) object which
doesn't exist any longer => StaleElementReferenceException.

The correct wait function in such a case would be waitForArticleInvisible().
2015-08-13 23:06:33 +02:00
..
config.markdown Allow to override the maximum feed size limit 2015-08-04 18:41:23 +02:00
cronjob.markdown Improve documentation 2014-10-30 22:10:59 -04:00
docker.markdown Update Docker config 2015-07-19 11:36:05 -04:00
faq.markdown Change repo url 2015-02-07 11:49:55 -05:00
fever.markdown Update docs 2014-12-29 17:10:37 -05:00
full-article-download.markdown update libraries 2015-04-28 18:08:42 +02:00
installation.markdown Change repo url 2015-02-07 11:49:55 -05:00
json-rpc-api.markdown Move miniflux.net to HTTPS 2015-04-28 21:08:44 -04:00
multiple-users.markdown Add a database page 2014-11-18 19:16:14 -05:00
tests.markdown fix race conditions in tests 2015-08-13 23:06:33 +02:00
themes.markdown Add Hello Flat theme link 2015-02-07 12:11:12 -05:00
translations.markdown Update translation doc 2015-02-08 16:59:34 +01:00
upgrade.markdown Update documentation 2014-11-07 20:41:09 -05:00