#622 fix id of workflow

This commit is contained in:
Anna Antipova 2021-08-03 16:04:46 +03:00
parent 8d54cf1ad1
commit 0361c6107d
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ jobs:
run: |
docker pull selenoid/vnc:chrome_86.0
- name: Build with Maven
id: build app
id: build_app
run: |
mvn clean package -Pprod ${{ github.event.inputs.extraMavenOptions }}
export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)

View file

@ -84,6 +84,7 @@ public class TopicTests extends BaseTest {
pages.openTopicsList(SECOND_LOCAL)
.isOnPage()
.openTopic(TOPIC_TO_DELETE);
Selenide.refresh();
pages.openTopicView(SECOND_LOCAL, TOPIC_TO_DELETE).clickDeleteTopicButton();
pages.openTopicsList(SECOND_LOCAL).isNotVisible(TOPIC_TO_DELETE);