#622 fix id of workflow
This commit is contained in:
parent
8d54cf1ad1
commit
0361c6107d
2 changed files with 2 additions and 1 deletions
2
.github/workflows/e2e-checks.yaml
vendored
2
.github/workflows/e2e-checks.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker pull selenoid/vnc:chrome_86.0
|
docker pull selenoid/vnc:chrome_86.0
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
id: build app
|
id: build_app
|
||||||
run: |
|
run: |
|
||||||
mvn clean package -Pprod ${{ github.event.inputs.extraMavenOptions }}
|
mvn clean package -Pprod ${{ github.event.inputs.extraMavenOptions }}
|
||||||
export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
|
export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
|
||||||
|
|
|
@ -84,6 +84,7 @@ public class TopicTests extends BaseTest {
|
||||||
pages.openTopicsList(SECOND_LOCAL)
|
pages.openTopicsList(SECOND_LOCAL)
|
||||||
.isOnPage()
|
.isOnPage()
|
||||||
.openTopic(TOPIC_TO_DELETE);
|
.openTopic(TOPIC_TO_DELETE);
|
||||||
|
Selenide.refresh();
|
||||||
pages.openTopicView(SECOND_LOCAL, TOPIC_TO_DELETE).clickDeleteTopicButton();
|
pages.openTopicView(SECOND_LOCAL, TOPIC_TO_DELETE).clickDeleteTopicButton();
|
||||||
pages.openTopicsList(SECOND_LOCAL).isNotVisible(TOPIC_TO_DELETE);
|
pages.openTopicsList(SECOND_LOCAL).isNotVisible(TOPIC_TO_DELETE);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue