Add some tests and fix some miscellaneous bugs (#22836)
* Add some tests and fix some bugs * Add more helper methods * remove submodule * fix merge * also fix DirtyAll() * poke
This commit is contained in:
@@ -38,10 +38,10 @@ public sealed class DoAfterCancellationTests : InteractionTest
|
||||
AssertAnchored(false);
|
||||
|
||||
// Repeat for screwdriver interaction.
|
||||
AssertDeleted(false);
|
||||
AssertExists();
|
||||
await Interact(Screw, awaitDoAfters: false);
|
||||
await CancelDoAfters();
|
||||
AssertDeleted(false);
|
||||
AssertExists();
|
||||
await Interact(Screw);
|
||||
AssertDeleted();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user