-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.rb
More file actions
26 lines (22 loc) · 781 Bytes
/
config.rb
File metadata and controls
26 lines (22 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Base Constants
module BaseConstants
BASE_URL = 'https://www.letskodeit.com'.freeze
SELENIUM_DEV_URL ='https://www.selenium.dev/selenium/web'.freeze
HEROKU_APP_URL = 'https://the-internet.herokuapp.com'.freeze
N11_URL = 'https://www.n11.com'.freeze
PRACTICE = '/practice'.freeze
INPUT_PATH = '/register'.freeze
LOGIN_PATH = '/login'.freeze
CHECKBOX_PATH = '/checkbox'.freeze
DROPDOWN_PATH = '/dropdown'.freeze
HOVER_PATH = '/hovers'.freeze
REDIRECT_LINK_PATH = '/redirector'.freeze
BUTTON_PATH = '/buttons'.freeze
DATE_PICKER_PATH = '/datepicker'.freeze
FILE_UPLOAD_PATH = '/upload'.freeze
DRAG_AND_DROP_PATH = '/drag_and_drop'.freeze
N11_LOGIN = '/giris-yap'.freeze
N11_REGISTER = '/uye-ol'.freeze
WAIT_TIME = 30
SHORT_WAIT_TIME = 10
end