mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-01 10:46:36 +00:00
a4948c208a
When user is logged in, visual editor is the default editor. When user is not logged in, source editor is the default editor. When the test does not log in, everything works just fine. Bug: T126463 Change-Id: I1f15000a275657c0a92172781f57c5d1db537dcc
11 lines
348 B
Gherkin
11 lines
348 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 an img tag
|
|
And alt for that img should be 3 + 2
|
|
And src for that img should contain /math/
|