I hereby claim:
- I am fandekasp on github.
- I am fandekasp (https://keybase.io/fandekasp) on keybase.
- I have a public key ASALl7djsy9mkz6kYBxIKHAqUm4Psfq_Cs6uzea_RfXk0Ao
To claim this, I am signing this object:
| #features/environment.py | |
| from behave import fixture | |
| from selenium.webdriver.common.desired_capabilities import DesiredCapabilities | |
| from splinter.browser import Browser | |
| @fixture(name="fixture.browser.chrome") | |
| def splinter_browser(context): | |
| context.browser = Browser( | |
| driver_name="remote", |
| # features/contact.feature | |
| @fixture.browser.chrome | |
| Feature: Contact form | |
| Make sure that the contact form on XPC works as expected | |
| Scenario: Company sending an email | |
| Given a company member going to the contact form | |
| When he fills the form | |
| | name | value | | |
| | lastName | Snow | |
| Feature: Contact form | |
| Make sure that the contact form on XPC works as expected | |
| Scenario: Company sending an email | |
| Given a company member going to the contact form | |
| When he fills the form | |
| | name | value | | |
| | lastName | Snow | | |
| | firstName | John | | |
| | email | [email protected] | |
| /* backstop_data/engine_scripts/puppet/sortFeed.js */ | |
| /* eslint-disable */ | |
| function sleep(ms) { | |
| return new Promise(resolve => setTimeout(resolve, ms)); | |
| } | |
| module.exports = async (page, scenario, vp) => { | |
| await require("./onReady")(page, scenario, vp); |
| # ~/.textexpandrc | |
| →よろしく← よろしくお願いします。 | |
| →お疲れ← お疲れさまでします。 | |
| →提案← 提案があります。 | |
| して下さい。 | |
| なぜならば、 | |
| →リクエスト← リクエストがあります。 | |
| して下さい。 |
I hereby claim:
To claim this, I am signing this object:
| license: gpl-3.0 | |
| height: 960 |
| license: gpl-3.0 | |
| height: 960 | |
| border: no |
| license: mit |
| <!DOCTYPE html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>tixit</title> | |
| <style type="text/css" media="screen"> | |
| table, input {width: 100%} | |
| td {width: 50%} | |
| </style> | |
| </head> | |
| <body> |