Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sskz: update swtbot test #1196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ protected static Stream<Arguments> providesPtTable() {
public void beforeEach() throws Exception {
super.beforeEach();
@SuppressWarnings("unchecked")
final List<? extends ExpandItem> expandItems = bot.widgets(allOf(
widgetOfType(ExpandItem.class), withRegex("^.+ – Tabellen$")));
final List<? extends ExpandItem> expandItems = bot
.widgets(allOf(widgetOfType(ExpandItem.class),
withRegex("^.+ – (Zusatzt|T)abellen$")));
expandItems.forEach(item -> {
final SWTBotExpandItem swtBotExpandItem = new SWTBotExpandItem(
item);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected void exportCurrentCSV(final TestFile testFile,
};
final SWTBotNatTable nattableBot = SWTBotUtils
.waitForNattable(AbstractSWTBotTest.bot, 30000);
nattableBot.click(4, 5);
nattableBot.click(0, 1);
nattableBot.pressShortcut(SWT.MOD1, 'r');
AbstractSWTBotTest.bot.waitUntil(new DefaultCondition() {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
Row;A;B;C;D;E;F;G;H;I;J;K;L;M;N
;Weiche/Kreuzung;Weiche/Kreuzung;Weiche/Kreuzung;Weiche/Kreuzung;Weiche/Kreuzung;Weiche/Kreuzung;Weiche/Kreuzung;Zulässige Geschwindigkeit​​​​​​​;Zulässige Geschwindigkeit​​​​​​​;Zulässige Geschwindigkeit​​​​​​​;Zulässige Geschwindigkeit​​​​​​​;Ansteuerung​​​​​​​​​​​;Ansteuerung​​​​​​​​​​​;Bemerkung​​​​​​​​​​​​​
;Bezeichnung;Art​;Bauform​​;Standort​​​;Standort​​​;Länge​​​​​;Länge​​​​​;Weiche​​​​​​​;Weiche​​​​​​​;Kreuzung​​​​​​​​​;Kreuzung​​​​​​​​​;Ansteuerung​​​​​​​​​​​;Ansteuerung​​​​​​​​​​​;Bemerkung​​​​​​​​​​​​​
;Bezeichnung;Art​;Bauform​​;Strecke​​​;km​​​​;Links​​​​​;Rechts​​​​​​;Links (KrW: A abzw.)​​​​​​​;Rechts (KrW: B abzw.)​​​​​​​​;Links​​​​​​​​​;Rechts​​​​​​​​​​;ESTW-Zentraleinheit​​​​​​​​​​​;Stellbereich​​​​​​​​​​​​;Bemerkung​​​​​​​​​​​​​
;;;;;;;;km/h;km/h;km/h;km/h;;;
Row;A;B;C;D;E;F
;Betrieblicher Bezeichner FEAx;Betrieblicher Bezeichner Feldelement;Technischer Bezeichner Object Controller;Türanschlag;Montage;Blattnummer
Loading