Skip to content

Commit 78a1e5f

Browse files
committed
Add an edit scenario
1 parent 563411c commit 78a1e5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configDesktop.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ const tests = [
6666
path: '/wiki/Test',
6767
selectors: [ 'viewport' ]
6868
},
69+
{
70+
label: 'Edit (#vector-2022)',
71+
path: '/wiki/Test?action=edit',
72+
selectors: [ 'viewport' ]
73+
},
6974
{
7075
label: 'Test?action=History (#vector-2022)',
7176
path: '/w/index.php?title=Test&action=history'

0 commit comments

Comments
 (0)