jenkins-bot has submitted this change and it was merged.
Change subject: Replacing single quotes with double quotes
......................................................................
Replacing single quotes with double quotes
Bug: 57597
Change-Id: If6a077ff106f6d2c55e74c1903f9a4fb85aaa4a9
---
M tests/browser/features/support/pages/flow_page.rb
1 file changed, 24 insertions(+), 24 deletions(-)
Approvals:
Jhall: Looks good to me, but someone else must approve
Spage: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/browser/features/support/pages/flow_page.rb
b/tests/browser/features/support/pages/flow_page.rb
index 52a0475..740bea0 100644
--- a/tests/browser/features/support/pages/flow_page.rb
+++ b/tests/browser/features/support/pages/flow_page.rb
@@ -7,29 +7,29 @@
# MEDIAWIKI_URL must have this in $wgFlowOccupyPages array or
$wgFlowOccupyNamespaces.
page_url URL.url("Talk:Flow_QA")
- a(:actions_link, text: 'Actions', index: 1)
- span(:author_link, class: 'flow-creator')
+ a(:actions_link, text: "Actions", index: 1)
+ span(:author_link, class: "flow-creator")
a(:block_user, title: /Special:Block/)
- button(:change_post_save, class: 'mw-ui-button mw-ui-constructive
flow-edit-post-submit')
- button(:change_title_save, class: 'flow-edit-title-submit mw-ui-button
mw-ui-constructive')
- a(:contrib_link, text: 'contribs')
- button(:delete_button, css: 'div.tipsy-inner > div.flow-tipsy-flyout > ul >
li.flow-action-delete > form > input.flow-delete-post-link.mw-ui-button')
- a(:edit_post_icon, title: 'Edit post')
- a(:edit_title_icon, title: 'Edit title')
- div(:flow_body, class: 'flow-container')
- button(:hide_button, css: 'div.tipsy-inner > div.flow-tipsy-flyout > ul >
li.flow-action-hide > form > input.flow-hide-post-link.mw-ui-button')
- text_area(:new_topic_body, class: 'flow-newtopic-content')
- button(:new_topic_save, class: 'flow-newtopic-submit')
- text_field(:new_topic_title, name: 'topic_list[topic]')
- text_field(:post_edit, class: 'flow-edit-post-content flow-disabler')
- div(:small_spinner, class: 'mw-spinner mw-spinner-small mw-spinner-inline')
- button(:suppress_button, css: 'div.tipsy-inner > div.flow-tipsy-flyout > ul
> li.flow-action-suppress > form > input.flow-suppress-post-link.mw-ui-button')
- a(:talk_link, text: 'Talk')
- text_field(:title_edit, class: 'mw-ui-input flow-edit-title-textbox')
- a(:topic_actions_link, text: 'Actions', index: 0)
- button(:topic_delete_button, css: 'div.tipsy-inner > div.flow-tipsy-flyout >
ul > li.flow-action-delete > form > input.mw-ui-button.flow-delete-topic-link')
- button(:topic_hide_button, css: 'div.tipsy-inner > div.flow-tipsy-flyout >
ul > li.flow-action-hide > form > input.mw-ui-button.flow-hide-topic-link')
- div(:topic_post, class: 'flow-post-content')
- button(:topic_suppress_button, css: 'div.tipsy-inner > div.flow-tipsy-flyout
> ul > li.flow-action-suppress > form >
input.mw-ui-button.flow-suppress-topic-link')
- div(:topic_title, class: 'flow-topic-title')
+ button(:change_post_save, class: "mw-ui-button mw-ui-constructive
flow-edit-post-submit")
+ button(:change_title_save, class: "flow-edit-title-submit mw-ui-button
mw-ui-constructive")
+ a(:contrib_link, text: "contribs")
+ button(:delete_button, css: "div.tipsy-inner > div.flow-tipsy-flyout > ul >
li.flow-action-delete > form > input.flow-delete-post-link.mw-ui-button")
+ a(:edit_post_icon, title: "Edit post")
+ a(:edit_title_icon, title: "Edit title")
+ div(:flow_body, class: "flow-container")
+ button(:hide_button, css: "div.tipsy-inner > div.flow-tipsy-flyout > ul >
li.flow-action-hide > form > input.flow-hide-post-link.mw-ui-button")
+ text_area(:new_topic_body, class: "flow-newtopic-content")
+ button(:new_topic_save, class: "flow-newtopic-submit")
+ text_field(:new_topic_title, name: "topic_list[topic]")
+ text_field(:post_edit, class: "flow-edit-post-content flow-disabler")
+ div(:small_spinner, class: "mw-spinner mw-spinner-small mw-spinner-inline")
+ button(:suppress_button, css: "div.tipsy-inner > div.flow-tipsy-flyout > ul
> li.flow-action-suppress > form > input.flow-suppress-post-link.mw-ui-button")
+ a(:talk_link, text: "Talk")
+ text_field(:title_edit, class: "mw-ui-input flow-edit-title-textbox")
+ a(:topic_actions_link, text: "Actions", index: 0)
+ button(:topic_delete_button, css: "div.tipsy-inner > div.flow-tipsy-flyout >
ul > li.flow-action-delete > form > input.mw-ui-button.flow-delete-topic-link")
+ button(:topic_hide_button, css: "div.tipsy-inner > div.flow-tipsy-flyout >
ul > li.flow-action-hide > form > input.mw-ui-button.flow-hide-topic-link")
+ div(:topic_post, class: "flow-post-content")
+ button(:topic_suppress_button, css: "div.tipsy-inner > div.flow-tipsy-flyout
> ul > li.flow-action-suppress > form >
input.mw-ui-button.flow-suppress-topic-link")
+ div(:topic_title, class: "flow-topic-title")
end
--
To view, visit https://gerrit.wikimedia.org/r/102204
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If6a077ff106f6d2c55e74c1903f9a4fb85aaa4a9
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: Jhall <[email protected]>
Gerrit-Reviewer: Mayankmadan <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits