Math/tests/browser/features/math.feature
Željko Filipin c4636667d4 Fix Cucumber scenario that is broken in daily Jenkins jobs
"Welcome to Wikipedia" popup broke the scenario.

Bug: T94150
Change-Id: I5d3b41b8f3060f6edc41a5afe2c992fc6faca4e7
2016-05-16 18:11:59 +02:00

10 lines
304 B
Gherkin

@chrome @en.wikipedia.beta.wmflabs.org @firefox
Feature: Math
Scenario: Display simple math
Given I am editing a random page with source editor
When I type <math>3 + 2</math>
And I dismiss Welcome to Wikipedia popup
And I click Preview
Then the page should contain 3 + 2 image