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

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

Complexity

Total Complexity 1
Complexity/F 0

Size

Lines of Code 10
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 10
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 { CartPage as Base } from 'wc-e2e-page-objects';
6
7
/**
8
 * Internal dependencies
9
 */
10
11
export default class CartPage extends Base {
12
13
}
14