Skip to content

Commit

Permalink
Merge branch 'master' into integration_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed May 9, 2024
2 parents 366243a + 4b8c386 commit 1318aa4
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/page_scanning.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ class PageScanning {
} else {
this.#sect_advanced.show()
}

if (this.#checkbox_scan_filtering.isChecked()) {
await this.#refreshListOfMac()
}
}

#extractMacAddrFromRowId(prefixedMacAddr) {
Expand Down
1 change: 1 addition & 0 deletions tests/test_http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_http_with_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_https_with_server_and_client_cert_checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_https_with_server_cert_checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_mqtt_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_mqtt_ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_mqtt_tcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_mqtt_ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down
1 change: 1 addition & 0 deletions tests/test_mqtt_wss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pages:

- page: "#page-scanning"
steps:
- do: waitUntilLoaded 15000 # Wait until loaded
- do: clickAndNavigate "#page-scanning-button-continue" # Click on 'Next' button

- page: "#page-finished"
Expand Down

0 comments on commit 1318aa4

Please sign in to comment.