Skip to content

Commit 7b3400a

Browse files
author
konstantina
committed
Removed unused import statements.
1 parent 5cbf7d4 commit 7b3400a

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

bin/seleniumbender

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ done
6363

6464
cd ..
6565

66-
URL="https://codebender.cc"
66+
URL="https://staging.codebender.cc"
6767

6868
email_date=$(date +"%Y-%m-%d %H:%M:%S")
6969

logs/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/common/modal_improvement/test_sketch_modal_improvement.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
from selenium import webdriver
33
from selenium.webdriver.common.by import By
44
from selenium.webdriver.common.keys import Keys
5-
from selenium.webdriver.support.ui import Select
65
from codebender_testing import config
7-
from codebender_testing.config import STAGING_SITE_URL
86
from selenium.webdriver.common.action_chains import ActionChains
97
from selenium.webdriver.support import expected_conditions
108
from codebender_testing.config import TIMEOUT
119
from selenium.webdriver.support.ui import WebDriverWait
12-
import os
13-
import time
1410
import pytest
1511

1612
class TestSketchesCounters(SeleniumTestCase):

0 commit comments

Comments
 (0)