Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
76ce2f75
Commit
76ce2f75
authored
Mar 25, 2021
by
marc duez
Committed by
Mathieu Giraud
Apr 01, 2021
Browse files
aligner : update tutorial test
unchecked -> greyed out + interactable inactive -> greyed out + NOT interactable
parent
31b98f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/tutorial/tutorial-clones.tex
View file @
76ce2f75
...
...
@@ -974,13 +974,13 @@ clicked on.
number of analyzed reads? Why did it change?
}
\begin{verbatim}
def test
_
B
_
clones
_
35
_
locus
_
switch
assert ( not
$
b.locus
_
topleft
(
"TRG"
)
.classes.include? "
inactive
"
)
, "locus TRG present in info panel"
assert
(
not
$
b.locus
_
topleft("IGH").classes.include? "
inactive
" ), "locus IGH present in info panel"
assert ( not
$
b.locus
_
topleft
(
"TRG"
)
.classes.include? "
unchecked
"
)
, "locus TRG present in info panel"
assert
(
not
$
b.locus
_
topleft("IGH").classes.include? "
unchecked
" ), "locus IGH present in info panel"
$
b.locus
_
topleft
(
"IGH"
)
.click
(
:shift
)
$
b.update
_
icon.wait
_
while(
&
:present?)
assert (
$
b.locus
_
topleft
(
"TRG"
)
.classes.include? "
inactive
"
)
, "locus TRG NOT present in info panel after switch"
assert
(
not
$
b.locus
_
topleft("IGH").classes.include? "
inactive
" ), "locus IGH present in info panel after switch"
assert (
$
b.locus
_
topleft
(
"TRG"
)
.classes.include? "
unchecked
"
)
, "locus TRG NOT present in info panel after switch"
assert
(
not
$
b.locus
_
topleft("IGH").classes.include? "
unchecked
" ), "locus IGH present in info panel after switch"
end
\end{verbatim}
...
...
@@ -989,8 +989,8 @@ clicked on.
def test
_
B
_
clones
_
36
_
activate
_
again
_
locus
$
b.locus
_
topleft
(
"TRG"
)
.click
$
b.update
_
icon.wait
_
while(
&
:present?)
assert ( not
$
b.locus
_
topleft
(
"TRG"
)
.classes.include? "
inactive
"
)
, "locus TRG present in info panel after switch"
assert
(
not
$
b.locus
_
topleft("IGH").classes.include? "
inactive
" ), "locus IGH present in info panel after switch"
assert ( not
$
b.locus
_
topleft
(
"TRG"
)
.classes.include? "
unchecked
"
)
, "locus TRG present in info panel after switch"
assert
(
not
$
b.locus
_
topleft("IGH").classes.include? "
unchecked
" ), "locus IGH present in info panel after switch"
end
\end{verbatim}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment