Skip to content

Commit

Permalink
fixup! front: animate new intermediate op in stdcm
Browse files Browse the repository at this point in the history
  • Loading branch information
SharglutDev committed Dec 19, 2024
1 parent 9a1172c commit 5f8ebdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/tests/pages/stdcm-page-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ class STDCMPage {
const fillVia = async (selectedSuggestion: Locator) => {
await this.addViaButton.nth(viaNumber - 1).click();
expect(await this.addViaButton.count()).toBe(viaNumber + 1);
await expect(this.getViaCi(viaNumber)).toBeVisible();
await this.getViaCi(viaNumber).fill(viaSearch);
await selectedSuggestion.click();
await expect(this.getViaCh(viaNumber)).toHaveValue('BV');
Expand Down

0 comments on commit 5f8ebdd

Please sign in to comment.