expo: Test editing a lineedit
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:26 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit509852111422454117561c3d4aa4827270ca68d4
tree85ad47b1c08e328dcfd7db5b0ce433cc34ac0f6e
parentd01b8e226686d3d8408c190bf0c843eabd858ef7
expo: Test editing a lineedit

Open the lineedit and add a few characters, to check that things look
right.

At present when the user moves to a new menu item, the menu code
handles this immediately. This means it is not possible to use an expo
action to effect the same change.

Update this so that EXPOACT_POINT_ITEM is handled in cedit_do_action().

Expand the test to cover this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/cedit.c