News:

"Hit the ball over the fence and you can take your time going around the bases." John W. Raper


Main Menu

Q Drop #4437

Started by RSS Bot, Sun Jan 29, 2023 - 15:01:24

Previous topic Next topic

0 Members and 1 Guest are viewing this topic.

RSS Bot

Q Drop #4437

>>9511175

def visit_twitter_and_log_in

    visit 'https://cards-dev.twitter.com/validator'

    find('input.js-username-field').set(ENV['TWITTER_USERNAME'])

    find('input.js-password-field').set(ENV['TWITTER_PASSWORD'])

    click_on('Log in')

  end

  def enter_url_and_click_preview(url)

    find('input.FormControl').set(url)

    click_on('Preview card')

    result = has_content?('Page fetched successfully')

    visit 'https://cards-dev.twitter.com/validator'

  end

end

Q

Source: Q Drop #4437

Tags:

Share via facebook Share via linkedin Share via pinterest Share via telegram Share via twitter