MinervaNeue/tests/browser/features/step_definitions/special_history_steps.rb

5 lines
187 B
Ruby

When(/^I open the latest diff$/) do
on(SpecialHistoryPage).last_contribution_link_element.click
expect(on(SpecialMobileDiffPage).user_info_element.when_present(20)).to be_visible
end