chore: fix some comments (#20410)
Signed-off-by: longxiangqiao <longxiangqiao@qq.com> Co-authored-by: longxiangqiao <longxiangqiao@qq.com>
This commit is contained in:
parent
9f245ceb30
commit
48f00f17a9
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ ifndef BUILD_TAG
|
|||
export BUILD_TAG := $(shell git rev-parse --short HEAD)
|
||||
endif
|
||||
|
||||
# We don't want to use /run/user/$UID because it runs out of space too easilly.
|
||||
# We don't want to use /run/user/$UID because it runs out of space too easily.
|
||||
export TMPDIR = /tmp/tmp-status-mobile-$(BUILD_TAG)
|
||||
# This has to be specified for both the Node.JS server process and the Qt process.
|
||||
export REACT_SERVER_PORT ?= 5001
|
||||
|
|
|
@ -80,7 +80,7 @@ in {
|
|||
androidPkgs = self.androidEnvCustom.compose;
|
||||
};
|
||||
|
||||
# Android environement
|
||||
# Android environment
|
||||
androidEnvCustom = callPackage ./pkgs/android-sdk { };
|
||||
androidPkgs = self.androidEnvCustom.pkgs;
|
||||
androidShell = self.androidEnvCustom.shell;
|
||||
|
|
|
@ -1154,7 +1154,7 @@ class TestChatManagement(SingleDeviceTestCase):
|
|||
browsing_view.element_by_text_part('XSS check').click()
|
||||
browsing_view.open_in_status_button.click()
|
||||
if browsing_view.element_by_text_part('simpledapp.status.im').is_element_displayed():
|
||||
self.errors.append("XSS attemp succedded \n")
|
||||
self.errors.append("XSS attemp succeeded \n")
|
||||
browsing_view.ok_button.click()
|
||||
|
||||
browsing_view.cross_icon.click()
|
||||
|
|
Loading…
Reference in New Issue