Mholloway has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/402150 )

Change subject: Revert "Skip some tests because of upstream issues"
......................................................................

Revert "Skip some tests because of upstream issues"

This reverts commit ca283c70ed81dc3496c70571f481e7c7ef2b90ea.

Change-Id: Ie6cfc2499245c24d844bd0397f69380a31c795ce
---
M test/features/mobile-sections/shared.js
M test/features/read-html/pagecontent-base.js
M test/features/read-html/pagecontent.js
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/mobileapps 
refs/changes/50/402150/1

diff --git a/test/features/mobile-sections/shared.js 
b/test/features/mobile-sections/shared.js
index c277306..59dfc83 100644
--- a/test/features/mobile-sections/shared.js
+++ b/test/features/mobile-sections/shared.js
@@ -69,7 +69,7 @@
         });
     });
 
-    it.skip('Check content of fresh revision', () => { // skipped because of 
issue T182770 (RB?)
+    it('Check content of fresh revision', () => {
         const title = 'Leonard_Cohen';
         const uri = localUri(title);
         return preq.get({ uri })
diff --git a/test/features/read-html/pagecontent-base.js 
b/test/features/read-html/pagecontent-base.js
index db3ed72..22b17a1 100644
--- a/test/features/read-html/pagecontent-base.js
+++ b/test/features/read-html/pagecontent-base.js
@@ -21,7 +21,7 @@
         return headers.checkHeaders(uri, headers.HTML_CONTENT_TYPE_REGEX);
     });
 
-    it.skip('HTML should be sectioned', () => { // skipped because of issue 
T182770 (RB?)
+    it('HTML should be sectioned', () => {
         const uri = localUri('Foobar/788941783');
         return preq.get({ uri })
         .then((res) => {
diff --git a/test/features/read-html/pagecontent.js 
b/test/features/read-html/pagecontent.js
index c6f7784..2451540 100644
--- a/test/features/read-html/pagecontent.js
+++ b/test/features/read-html/pagecontent.js
@@ -21,7 +21,7 @@
         return headers.checkHeaders(uri, headers.HTML_CONTENT_TYPE_REGEX);
     });
 
-    it.skip('HTML should be sectioned', () => { // skipped because of issue 
T182770 (RB?)
+    it('HTML should be sectioned', () => {
         const uri = localUri('Foobar/788941783');
         return preq.get({ uri })
         .then((res) => {

-- 
To view, visit https://gerrit.wikimedia.org/r/402150
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6cfc2499245c24d844bd0397f69380a31c795ce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mobileapps
Gerrit-Branch: master
Gerrit-Owner: Mholloway <mhollo...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to