diff --git a/tests/gui/abstract-tangible-test.cpp b/tests/gui/abstract-tangible-test.cpp
index 29a42bfe0..2aa65abd2 100644
--- a/tests/gui/abstract-tangible-test.cpp
+++ b/tests/gui/abstract-tangible-test.cpp
@@ -535,9 +535,12 @@ namespace test {
// Note the fine point: the target element /was/ already expanded
// and thus there is no second "expanded" event, nor is there a
// second state mark emitted into the UI-Bus...
- CHECK (mock.ensureNot("expand")
-// .afterCall("revealYourself")
+ CHECK (mock.ensureNot("expanded")
+ .afterCall("revealYourself")
.afterEvent("expanded"));
+ CHECK (nexusLog.ensureNot("note")
+ .afterCall("mark").arg(targetID, stateMark)
+ .after("handling state-mark"));
diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm
index f63628e37..93511c487 100644
--- a/wiki/thinkPad.ichthyo.mm
+++ b/wiki/thinkPad.ichthyo.mm
@@ -2035,11 +2035,14 @@