Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
LARINA-NB-W10\OlgaLarina committed Oct 8, 2024
1 parent 8187d01 commit 7a8c006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CreatorV1/localization_single_page.testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ test('Check property names with deutsch', async t => {
.maximizeWindow()

.click(Selector('.svd-accordion-tab-header').withText('Allgemein'))
.click(Selector('.svd-accordion-tab-header').withText('Timer'))
.expect(Selector('.svd-control-label').withText('Modus des Timers').visible).ok()
.click(Selector('.svd-accordion-tab-header').withText('Abschluss'))
.expect(Selector('.svd-control-label').withText('Weiterleitung (URL)').visible).ok()

.click(Selector('.svd-accordion-tab-header').withText('Fragen'))
.expect(Selector('.svd-control-label').withText('Fragennummern anzeigen').visible).ok();
Expand Down

0 comments on commit 7a8c006

Please sign in to comment.