mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-03 19:56:55 +00:00
d2ff0ef699
The test is broken on beta cluster because the formula is rendered as meta tag. It is rendered at img tag on my mediawiki-vagrant virtual machine. The test now works on both environments. Bug: T128190 Change-Id: I458d618af24533d104fcac25a8d8c6468b14605a
9 lines
257 B
Gherkin
9 lines
257 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 click Preview
|
|
Then the page should contain 3 + 2 image
|