mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 17:30:40 +00:00
c4636667d4
"Welcome to Wikipedia" popup broke the scenario. Bug: T94150 Change-Id: I5d3b41b8f3060f6edc41a5afe2c992fc6faca4e7
10 lines
304 B
Gherkin
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
|