Skip to content

integer test; push revert librime 1.16.1#364

Merged
eagleoflqj merged 1 commit intomasterfrom
appium
May 5, 2026
Merged

integer test; push revert librime 1.16.1#364
eagleoflqj merged 1 commit intomasterfrom
appium

Conversation

@eagleoflqj
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Appium coverage for integer config controls by exposing more accessibility identifiers in the SwiftUI config UI and introducing Python helpers for locating and manipulating those controls during tests.

Changes:

  • Add accessibility identifiers for split-config sidebar entries, integer fields/steppers, and the reset button.
  • Add Appium utility helpers for lookup, integer interaction, and global config reading.
  • Add a new integer Appium test and refactor the existing boolean test to use shared helpers.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/config/SplitConfig.swift Exposes sidebar item identifiers and switches labels to child descriptions.
src/config/IntegerView.swift Adds identifiers for integer text fields and steppers.
src/config/FooterView.swift Adds an identifier for the reset button.
appium/util/window.py Adds a generic lookup helper for accessibility identifiers.
appium/util/integer.py Adds integer-specific Appium interaction helpers.
appium/util/config.py Adds a convenience reader for the global config file.
appium/util/button.py Consolidates undo/redo lookup into a shared helper.
appium/util/boolean.py Simplifies boolean helper code.
appium/test_integer.py Adds end-to-end coverage for integer editing, undo/redo, validation, and reset.
appium/test_boolean.py Refactors the boolean test to use the new shared helpers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/config/SplitConfig.swift
Comment thread appium/test_integer.py
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

arm64 comparison

No difference.

x86_64 comparison

No difference.

@eagleoflqj eagleoflqj merged commit 31f864e into master May 5, 2026
11 checks passed
@eagleoflqj eagleoflqj deleted the appium branch May 5, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants