From 69306b0b68634ce93edec6128f53c03e911670cb Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 13 Jul 2017 09:47:05 -0700 Subject: [PATCH] QA: Fix a flakey test This copies the approach taken in I3161c64d68c09a9a8f7d00a27eddfbe37830fabd Change-Id: Ifd62db9bf5862e0a524186de12f50d05f41b4799 --- tests/browser/features/editor_wikitext_saving.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/features/editor_wikitext_saving.feature b/tests/browser/features/editor_wikitext_saving.feature index 1af2936..66f33dd 100644 --- a/tests/browser/features/editor_wikitext_saving.feature +++ b/tests/browser/features/editor_wikitext_saving.feature @@ -12,6 +12,7 @@ Feature: Wikitext Editor (Makes actual saves) And I type "ABC GHI" into the editor And I click continue And I click submit + And I do not see the wikitext editor overlay Then I should see a toast notification And the text of the first heading should be "Selenium no languages test page"