File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
tests/common/modal_improvement Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 63
63
64
64
cd ..
65
65
66
- URL=" https://codebender.cc"
66
+ URL=" https://staging. codebender.cc"
67
67
68
68
email_date=$( date +" %Y-%m-%d %H:%M:%S" )
69
69
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
from selenium import webdriver
3
3
from selenium .webdriver .common .by import By
4
4
from selenium .webdriver .common .keys import Keys
5
- from selenium .webdriver .support .ui import Select
6
5
from codebender_testing import config
7
- from codebender_testing .config import STAGING_SITE_URL
8
6
from selenium .webdriver .common .action_chains import ActionChains
9
7
from selenium .webdriver .support import expected_conditions
10
8
from codebender_testing .config import TIMEOUT
11
9
from selenium .webdriver .support .ui import WebDriverWait
12
- import os
13
- import time
14
10
import pytest
15
11
16
12
class TestSketchesCounters (SeleniumTestCase ):
You can’t perform that action at this time.
0 commit comments