Completed
Push — master ( 6d8164...bf7249 )
by Roy
03:26
created

tests/e2e/lib/checkout-page.js   A

Complexity

Total Complexity 1
Complexity/F 0

Size

Lines of Code 11
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
nc 1
dl 0
loc 11
rs 10
c 1
b 0
f 0
wmc 1
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 0
1
/**
2
 * External dependencies
3
 */
4
import { By } from 'selenium-webdriver';
5
import { WebDriverHelper as helper } from 'wp-e2e-webdriver';
6
import { CheckoutPage as Base } from 'wc-e2e-page-objects';
7
8
/**
9
 * Internal dependencies
10
 */
11
12
export default class CheckoutPage extends Base {
13
14
}
15